zhengnaiwen_citu hai 4 meses
pai
achega
364f20b394
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  1. 0 10
      src/utils/dict.js

+ 0 - 10
src/utils/dict.js

@@ -22,16 +22,6 @@ export const APPROVAL_STATUS = [
   { text: '异常结束', color: 'warning' }
 ]
 
-// 员工状态
-// export const EMPLOYEE_STATUS = [
-//   { text: '在职', color: 'primary', value: 0 },
-//   { text: '退休', color: 'info', value: 1 },
-//   { text: '离职', color: 'danger', value: 2 },
-//   { text: '借调', color: 'warning', value: 3 },
-//   { text: '病休', color: 'info', value: 4 },
-//   { text: '产假', color: 'info', value: 5 }
-// ]
-
 export const BONUS_ALLOCATION_STATUS = {
   0: {
     text: '未分配',