筛选年度条件更换组件
This commit is contained in:
@ -22,13 +22,6 @@ export const SupplierTypeText = {
|
||||
'FOREIGN': '境外',
|
||||
};
|
||||
|
||||
// 评价年度列表
|
||||
export const EvaluateYears = [
|
||||
{ label: '2023年', value: '2023' },
|
||||
{ label: '2022年', value: '2022' },
|
||||
{ label: '2021年', value: '2021' },
|
||||
];
|
||||
|
||||
// 年审结果字典
|
||||
export const AnnualReviewResultText = {
|
||||
'1': '合格',
|
||||
|
Reference in New Issue
Block a user