Selaa lähdekoodia

去掉剩余补卡次数的查询条件

刘洋 1 vuosi sitten
vanhempi
commit
a376fb0838
1 muutettua tiedostoa jossa 16 lisäystä ja 16 poistoa
  1. 16 16
      src/views/work-hours/work-hours-manage/work-attendance/index.vue

+ 16 - 16
src/views/work-hours/work-hours-manage/work-attendance/index.vue

@@ -298,21 +298,21 @@ const fields = ref([
       style: 'width: 100%',
     },
   },
-  {
-    prop: 'remainLimit',
-    type: 'number',
-    label: '剩余补卡次数',
-    labelWidth: 110,
-    colSpan: 6,
-    attrs: {
-      theme: 'column',
-      decimalPlaces: 0,
-      max: 1000000,
-      min: 0,
-      label: '>',
-      style: 'width: 100%',
-    },
-  },
+  // {
+  //   prop: 'remainLimit',
+  //   type: 'number',
+  //   label: '剩余补卡次数',
+  //   labelWidth: 110,
+  //   colSpan: 6,
+  //   attrs: {
+  //     theme: 'column',
+  //     decimalPlaces: 0,
+  //     max: 1000000,
+  //     min: 0,
+  //     label: '>',
+  //     style: 'width: 100%',
+  //   },
+  // },
   {
     prop: 'exceptionLimit',
     type: 'number',
@@ -343,7 +343,7 @@ const params = reactive({
   sopNo: '',
   violationHoursLimit: null,
   dingExceptionLimit: null,
-  remainLimit: null,
+  // remainLimit: null,
   exceptionLimit: null,
 });