|
@@ -22,16 +22,6 @@ export const APPROVAL_STATUS = [
|
|
{ text: '异常结束', color: 'warning' }
|
|
{ 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 = {
|
|
export const BONUS_ALLOCATION_STATUS = {
|
|
0: {
|
|
0: {
|
|
text: '未分配',
|
|
text: '未分配',
|