fix : 修复需求征集/汇总/费用台账页面搜索细节

This commit is contained in:
2024-06-18 22:18:35 +08:00
parent 6ab1dc806e
commit 3745c9cb28
6 changed files with 20 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ const searchConfig = reactive([
clearable: true,
filterable: true,
checkStrictly: true,
cacheKey: 'research_stage',
cacheKey: 'fee_stage',
}
},
{
@@ -126,6 +126,11 @@ const tableConfig = reactive({
}
}
},
{
label: '摘要',
prop: 'digest',
align: 'center'
},
{
prop: 'afterTax',
label: '税后余额(元)',