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

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

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

Loading…
Cancel
Save