Browse Source

djseo

master
pengjun 2 years ago
parent
commit
93676f40e2
  1. 2
      src/components/patientRegister/PatientRegisterEdit.vue

2
src/components/patientRegister/PatientRegisterEdit.vue

@ -224,7 +224,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="hisId" prop="isPhoneFollow">
<el-form-item label="门诊号" prop="hisPatientId">
<el-input v-model="form.hisPatientId" size="small" disabled /> <el-input v-model="form.hisPatientId" size="small" disabled />
</el-form-item> </el-form-item>
</el-col> </el-col>

Loading…
Cancel
Save