筛选年度条件更换组件

This commit is contained in:
linxd
2025-07-03 11:03:41 +08:00
parent 739b021334
commit bec7492f4a
3 changed files with 82 additions and 57 deletions

View File

@ -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': '合格',