@ -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>
@ -186,10 +186,10 @@
min-width="200"
/>
label="可接受的治疗周期"
label="可接受的治疗周期(月)"
prop="SCWJ-ZLZQ"
fixed="right"