fix : 修复需求征集/汇总/费用台账页面搜索细节
This commit is contained in:
@@ -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: '税后余额(元)',
|
||||
|
||||
Reference in New Issue
Block a user