fix : 修复项目费用显示bug

This commit is contained in:
2024-06-16 20:34:46 +08:00
parent 63107ece02
commit 009d73ce86
2 changed files with 19 additions and 19 deletions

View File

@@ -36,7 +36,7 @@ const searchConfig = reactive([
colProps: {}
}, {
label: '项目费用',
prop: 'requirementName',
prop: 'projectCost',
component: shallowRef(fvSelect),
props: {
placeholder: '请选择项目费用查询',