feat(我的绩效): 开发我的绩效功能。
fix(加班申请、工作报告): 重构加班申请在审批时的样式,工作报告在新增时的对话框、报告详情页的样式。
This commit is contained in:
@@ -18,6 +18,7 @@ export type StatusDomain =
|
||||
| 'projectRequirement'
|
||||
| 'workOrder'
|
||||
| 'workReport'
|
||||
| 'performanceSheet'
|
||||
| 'personalItem'
|
||||
| 'overtimeApplication';
|
||||
|
||||
@@ -88,6 +89,13 @@ const statusTagTypeRegistry: Record<StatusDomain, Record<string, StatusTagType>>
|
||||
approved: 'success',
|
||||
rejected: 'danger'
|
||||
},
|
||||
// 绩效表
|
||||
performanceSheet: {
|
||||
draft: 'info',
|
||||
sent: 'warning',
|
||||
confirmed: 'success',
|
||||
rejected: 'danger'
|
||||
},
|
||||
// 个人事项
|
||||
personalItem: {
|
||||
pending: 'info',
|
||||
|
||||
Reference in New Issue
Block a user