소스 검색

小改动

刘洋 1 년 전
부모
커밋
b774fe6f24

+ 1 - 1
src/views/work-hours/work-hours-manage/abnormal-check/done-check.vue

@@ -4,7 +4,7 @@
       <template #service="{ item, params }">
         <select-service-unit
           v-model="params[item.prop]"
-          :filterParams="{ statusList: ['PUBLISH', 'FINISH'] }"
+          :filterParams="{ statusList: ['PUBLISH'] }"
         ></select-service-unit>
       </template>
       <template #supplier="{ item, params }">

+ 1 - 1
src/views/work-hours/work-hours-manage/abnormal-check/wait-check.vue

@@ -24,7 +24,7 @@
       <template #service="{ item, params }">
         <select-service-unit
           v-model="params[item.prop]"
-          :filterParams="{ statusList: ['PUBLISH', 'FINISH'] }"
+          :filterParams="{ statusList: ['PUBLISH'] }"
         ></select-service-unit>
       </template>
       <template #supplier="{ item, params }">

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

@@ -4,7 +4,7 @@
       <template #service="{ item, params }">
         <select-service-unit
           v-model="params[item.prop]"
-          :filterParams="{ statusList: ['PUBLISH', 'FINISH'] }"
+          :filterParams="{ statusList: ['PUBLISH'] }"
         ></select-service-unit>
       </template>
       <template #supplier="{ item, params }">

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

@@ -19,7 +19,7 @@
       <template #service="{ item, params }">
         <select-service-unit
           v-model="params[item.prop]"
-          :filterParams="{ statusList: ['PUBLISH', 'FINISH'] }"
+          :filterParams="{ statusList: ['PUBLISH'] }"
         ></select-service-unit>
       </template>
       <template #supplier="{ item, params }">

+ 1 - 1
src/views/work-hours/work-hours-manage/work-statistics/index.vue

@@ -10,7 +10,7 @@
       <template #service="{ item, params }">
         <select-service-unit
           v-model="params[item.prop]"
-          :filterParams="{ statusList: ['PUBLISH', 'FINISH'] }"
+          :filterParams="{ statusList: ['PUBLISH'] }"
         ></select-service-unit>
       </template>
       <template #supplier="{ item, params }">