Browse Source

筛查表头添加单位

newMaster
1747191978@qq.com 3 months ago
parent
commit
e59c45e2c9
  1. 12
      acupuncture-前台/src/views/screening/index.vue
  2. 12
      acupuncture-后台/src/views/screening/index.vue

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

@ -50,7 +50,7 @@
</el-select>
</el-form-item>
<el-form-item>
<el-form-item label="创建时间" prop="doctorNo">
<el-form-item label="筛查时间" prop="doctorNo">
<el-date-picker
v-model="queryTime"
type="daterange"
@ -170,13 +170,13 @@
</template>
</el-table-column>
<el-table-column
label="失眠自评(SRSS)"
label="失眠自评(SRSS)(分)"
align="center"
prop="SCWJ-RESULT"
min-width="150"
min-width="180"
>
<template slot-scope="scope">
<span> {{ scope.row["SCWJ-RESULT"] }} </span>
<span> {{ scope.row["SCWJ-RESULT"] }} </span>
</template>
</el-table-column>
<el-table-column
@ -186,10 +186,10 @@
min-width="200"
/>
<el-table-column
label="可接受的治疗周期"
label="可接受的治疗周期(月)"
align="center"
prop="SCWJ-ZLZQ"
min-width="150"
min-width="200"
/>
<el-table-column
fixed="right"

12
acupuncture-后台/src/views/screening/index.vue

@ -50,7 +50,7 @@
</el-select>
</el-form-item>
<el-form-item>
<el-form-item label="创建时间" prop="doctorNo">
<el-form-item label="筛查时间" prop="doctorNo">
<el-date-picker
v-model="queryTime"
type="daterange"
@ -170,13 +170,13 @@
</template>
</el-table-column>
<el-table-column
label="失眠自评(SRSS)"
label="失眠自评(SRSS)(分)"
align="center"
prop="SCWJ-RESULT"
min-width="150"
min-width="180"
>
<template slot-scope="scope">
<span> {{ scope.row["SCWJ-RESULT"] }} </span>
<span> {{ scope.row["SCWJ-RESULT"] }} </span>
</template>
</el-table-column>
<el-table-column
@ -186,10 +186,10 @@
min-width="200"
/>
<el-table-column
label="可接受的治疗周期"
label="可接受的治疗周期(月)"
align="center"
prop="SCWJ-ZLZQ"
min-width="150"
min-width="200"
/>
<el-table-column
fixed="right"

Loading…
Cancel
Save