@@ -109,6 +109,7 @@ option.value = Object.assign(option.value, {
prop: "deptNum",
search: false,
overHidden: true,
+ disabled: true,
type: "number",
min: 1,
max: 99999,
@@ -168,7 +169,7 @@ option.value = Object.assign(option.value, {
label: "出勤率(%)",
prop: "attendanceRate",
-
},
{