刘洋 9 月之前
父節點
當前提交
8d101225a4
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/views/work-hours/work-hours-manage/abnormal-check/done-check.vue

+ 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: '',