Browse Source

睡眠效率百分比有值才显示

newMaster
1747191978@qq.com 3 months ago
parent
commit
c778041ae9
  1. 5
      acupuncture-前台/src/views/screening/index.vue
  2. BIN
      acupuncture-前台/针灸前台1.zip

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

@ -202,7 +202,10 @@
/>
<el-table-column label="睡眠效率" align="center">
<template slot-scope="scope">
<span>{{ scope.row["SCWJ-SMXL"] }}%</span>
<span
>{{ scope.row["SCWJ-SMXL"]
}}<span v-if="scope.row['SCWJ-SMXL']">%</span>
</span>
</template>
</el-table-column>
<el-table-column

BIN
acupuncture-前台/针灸前台1.zip

Binary file not shown.
Loading…
Cancel
Save