Browse Source

字典调整

zhengnaiwen_citu 4 months ago
parent
commit
bad7c46cc5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/utils/dict.js

+ 2 - 1
src/utils/dict.js

@@ -28,7 +28,8 @@ export const EMPLOYEE_STATUS = [
   { text: '退休', color: 'info', value: 1 },
   { text: '离职', color: 'danger', value: 2 },
   { text: '借调', color: 'warning', value: 3 },
-  { text: '病休', color: 'info', value: 4 }
+  { text: '病休', color: 'info', value: 4 },
+  { text: '产假', color: 'info', value: 5 }
 ]
 
 export const BONUS_ALLOCATION_STATUS = {