소스 검색

fix:班组出勤统计优化

liziliang 1 개월 전
부모
커밋
6c431da8f2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/plan/attendanceStatistics/index.vue

+ 2 - 1
src/views/plan/attendanceStatistics/index.vue

@@ -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",
       search: false,
-
+      disabled: true,
       overHidden: true,
     },
     {