护理站人员 检验修改
This commit is contained in:
parent
f670eb31ce
commit
5ba0fc61e2
@ -254,8 +254,8 @@
|
||||
<el-form-item
|
||||
label="所属科室"
|
||||
label-width="120px"
|
||||
:rules="rules.nurseStationPersonList.departmentName"
|
||||
:prop="`nurseStationPersonList.${index}.departmentName`"
|
||||
:rules="rules.nurseStationPersonList.departmentCode"
|
||||
:prop="`nurseStationPersonList.${index}.departmentCode`"
|
||||
>
|
||||
<el-button
|
||||
type=""
|
||||
@ -1126,7 +1126,7 @@ export default {
|
||||
trigger: "blur",
|
||||
},
|
||||
],
|
||||
departmentName: [
|
||||
departmentCode: [
|
||||
{ required: true, message: "所属科室不能为空", trigger: "blur" },
|
||||
],
|
||||
nurseStationId: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user