维护年审任务管理国际化
This commit is contained in:
@ -41,13 +41,6 @@ export const AnnualReviewResultColor = {
|
||||
'2': 'red',
|
||||
};
|
||||
|
||||
// 年审年度列表
|
||||
export const AnnualReviewYears = [
|
||||
{ label: '2023年', value: '2023' },
|
||||
{ label: '2022年', value: '2022' },
|
||||
{ label: '2021年', value: '2021' },
|
||||
];
|
||||
|
||||
// 数据统计类型
|
||||
export const StatisticsType = {
|
||||
'EVALUATE': 'evaluate', // 评价情况统计
|
||||
|
Reference in New Issue
Block a user