Browse Source

睡眠效率低于80%提示文字调整

new-ays
1747191978@qq.com 3 months ago
parent
commit
553259e83c
  1. 3
      acupuncture-前台/src/views/screening/h5Result.vue
  2. 14
      acupuncture-前台/src/views/screening/h5eva.vue
  3. 5
      acupuncture-前台/src/views/screening/index.vue

3
acupuncture-前台/src/views/screening/h5Result.vue

@ -30,8 +30,7 @@
form["SCWJ-JL"] || "-"
}}</span
>型肥胖</span
><span v-if="sleepShow"
>睡眠效率低于<span class="BIMTips5">80%</span></span
><span v-if="sleepShow"><span class="BIMTips5">睡眠效率欠佳</span></span
>建议扫码关注医院公众号预约体重管理中心医师进一步评估
<div>
<img src="./gzh.jpg" style="max-width: 100%" />

14
acupuncture-前台/src/views/screening/h5eva.vue

@ -229,7 +229,7 @@
</el-radio-group>
</div>
</div> -->
<div class="card">
<!-- <div class="card">
<div class="card-title">筛查结论</div>
<div
style="
@ -251,12 +251,12 @@
<span>您的睡眠效率为</span>
<span>{{ form["SCWJ-SMXL"] || "-" }}%</span>
</div>
<!-- <div>
<span v-if="tips" :style="{ color: tipsError ? 'red' : 'green' }">
{{ tips }}
</span>
</div> -->
</div>
//<div>
//<span v-if="tips" :style="{ color: tipsError ? 'red' : 'green' }">
//{{ tips }}
//</span>
//</div>
</div> -->
<!-- <div class="submit-box" v-if="stepNum == 1">
<el-button type="primary" class="submit-box-but" @click="submitForm">
下一步

5
acupuncture-前台/src/views/screening/index.vue

@ -294,6 +294,8 @@ export default {
正常: "2",
超重: "3",
肥胖: "4",
中度肥胖: "5",
重度肥胖: "5",
},
queryTime: [], //
tenantsListData: [], //
@ -430,6 +432,9 @@ export default {
.BIMTips4 {
color: #ff9900;
}
.BIMTips5 {
color: red;
}
.form-item-age {
display: flex;
align-items: center;

Loading…
Cancel
Save