zhengnaiwen_citu 5 mesi fa
parent
commit
0658487124
1 ha cambiato i file con 10 aggiunte e 10 eliminazioni
  1. 10 10
      src/views/bonus/allocation/index.vue

+ 10 - 10
src/views/bonus/allocation/index.vue

@@ -91,6 +91,16 @@ export default {
             change: this.getEmployeeCategoryItems
           }
         },
+        {
+          label: '员工类型',
+          prop: 'employeeCategory',
+          type: 'select',
+          options: {
+            clearable: false,
+            placeholder: '请选择员工类型',
+            items: this.employeeCategoryItems
+          }
+        },
         {
           label: '部门',
           prop: 'organizationNo',
@@ -108,16 +118,6 @@ export default {
               children: 'child'
             }
           }
-        },
-        {
-          label: '员工类型',
-          prop: 'employeeCategory',
-          type: 'select',
-          options: {
-            clearable: false,
-            placeholder: '请选择员工类型',
-            items: this.employeeCategoryItems
-          }
         }
       ]
     }