fix : 修复菜单图标、金额单位为元、项目实施台账上传费用功能、

This commit is contained in:
2024-06-02 11:04:54 +08:00
parent a796e7622f
commit cd715fbf98
26 changed files with 94 additions and 86 deletions

View File

@@ -33,7 +33,7 @@ const searchConfig = reactive([
}
},
{
label: '资金金额(元)',
label: '资金金额(元)',
prop: 'fundAmount',
component: 'el-input',
props: {
@@ -41,7 +41,7 @@ const searchConfig = reactive([
placeholder: '请输入资金金额查询'
}
}, {
label: '剩余金额(元)',
label: '剩余金额(元)',
prop: 'residualAmount',
component: 'el-input',
props: {
@@ -72,12 +72,12 @@ const tableConfig = reactive({
},
{
prop: 'fundAmount',
label: '资金金额(元)',
label: '资金金额(元)',
align: 'center'
},
{
prop: 'residualAmount',
label: '剩余金额(元)',
label: '剩余金额(元)',
align: 'center'
},
{