|
@@ -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 = {
|