修改云南测试用例

This commit is contained in:
guanj
2025-07-29 19:00:54 +08:00
parent 24c590478e
commit cc47d9b02c
22 changed files with 531 additions and 302 deletions

View File

@@ -252,27 +252,27 @@ const tableStore = new TableStore({
return row.cellValue == 3.14159 ? '暂无数据' : row.cellValue.toFixed(2)
}
},
{
title: '评估',
field: 'valueOver',
align: 'center',
effect: 'dark',
render: 'tag',
custom: {
null: 'info',
0: 'danger',
1: 'success',
2: 'primary',
3: 'danger'
},
replaceValue: {
null: '暂无评估',
0: '暂无评估',
1: '优秀',
2: '合格',
3: '不合格'
}
}
// {
// title: '评估',
// field: 'valueOver',
// align: 'center',
// effect: 'dark',
// render: 'tag',
// custom: {
// null: 'info',
// 0: 'danger',
// 1: 'success',
// 2: 'primary',
// 3: 'danger'
// },
// replaceValue: {
// null: '暂无评估',
// 0: '暂无评估',
// 1: '优秀',
// 2: '合格',
// 3: '不合格'
// }
// }
],
beforeSearchFun: () => {
tableStore.table.params.deptIndex = formData.value.deptIndex