刘洋 hai 9 meses
pai
achega
8d101225a4

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

@@ -121,6 +121,17 @@ const fields = ref([
       clearable: true,
     },
   },
+  {
+    prop: 'roleType',
+    label: '角色类型',
+    type: 'select',
+    labelWidth: 70,
+    colSpan: 6,
+    options: [
+      { value: 'REGION_COORDINATOR', label: '区域协调人' },
+      { value: 'EFFECT_ENGINEER', label: '工程师' },
+    ],
+  },
   {
     prop: 'exceptionTime',
     label: '异常时间',
@@ -158,6 +169,7 @@ const fields = ref([
   },
 ]);
 const params = reactive({
+  roleType: 'EFFECT_ENGINEER',
   serviceId: '',
   name: '',
   supplierId: '',