Browse Source

患者档案详情内容禁用受教育程度

newMaster
1747191978@qq.com 3 months ago
parent
commit
7dd62a66d2
  1. 4
      acupuncture-前台/src/views/patientFile/index.vue
  2. BIN
      acupuncture-后台/针灸后台3.zip
  3. BIN
      acupuncture-后台/针灸后台4.zip
  4. BIN
      acupuncture-后台/针灸后台6.zip

4
acupuncture-前台/src/views/patientFile/index.vue

@ -346,6 +346,7 @@
</el-form-item>
<el-form-item label="受教育程度" prop="educationYears">
<el-select
:disabled="formDisabled"
v-model="form.educationYears"
placeholder="请选择"
filterable
@ -462,8 +463,7 @@ export default {
Authorization: "Bearer " + getToken(),
deptId: localStorage.getItem("hospitalId"),
},
uploadFileUrl1:
process.env.VUE_APP_API_QZURL + "/patient/import", //
uploadFileUrl1: process.env.VUE_APP_API_QZURL + "/patient/import", //
fileList: [],
//
educationYears: [

BIN
acupuncture-后台/针灸后台3.zip

Binary file not shown.

BIN
acupuncture-后台/针灸后台4.zip

Binary file not shown.

BIN
acupuncture-后台/针灸后台5.zip → acupuncture-后台/针灸后台6.zip

Binary file not shown.
Loading…
Cancel
Save