Browse Source

患者档案,诊疗档案添加受教育程度

newMaster
1747191978@qq.com 3 months ago
parent
commit
cfe04e36c9
  1. 21
      acupuncture-后台/src/views/medicalFile/index.vue

21
acupuncture-后台/src/views/medicalFile/index.vue

@ -267,6 +267,16 @@
show-overflow-tooltip show-overflow-tooltip
min-width="100" min-width="100"
/> />
<el-table-column
label="受教育程度"
align="center"
show-overflow-tooltip
min-width="100"
>
<template slot-scope="scope">
{{ educationYearsValue[scope.row.educationYears] }}
</template>
</el-table-column>
<el-table-column <el-table-column
label="受教育年限" label="受教育年限"
align="center" align="center"
@ -516,16 +526,7 @@
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-table-column
label="受教育程度"
align="center"
show-overflow-tooltip
min-width="100"
>
<template slot-scope="scope">
{{ educationYearsValue[scope.row.educationYears] }}
</template>
</el-table-column>
<el-form-item label="受教育年限" prop="educationYears"> <el-form-item label="受教育年限" prop="educationYears">
<el-input <el-input
type="number" type="number"

Loading…
Cancel
Save