|
@@ -145,7 +145,7 @@
|
|
|
<el-row>
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="医师资格证书编码" prop="physicianCertificate">
|
|
|
- <el-input v-model="baseInfoForm.physicianCertificate" maxlength="20" show-word-limit placeholder="请填写医师资格证书编码"/>
|
|
|
+ <el-input v-model="baseInfoForm.physicianCertificate" maxlength="40" show-word-limit placeholder="请填写医师资格证书编码"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
@@ -156,7 +156,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="医师执业证书编码" prop="physicianPracticingCertificate">
|
|
|
- <el-input v-model="baseInfoForm.physicianPracticingCertificate" maxlength="20" show-word-limit placeholder="请填写医师执业证书编码"/>
|
|
|
+ <el-input v-model="baseInfoForm.physicianPracticingCertificate" maxlength="40" show-word-limit placeholder="请填写医师执业证书编码"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|