fix : 修改'经费预算'文字及页面排版

This commit is contained in:
2024-08-05 17:22:23 +08:00
parent ee869f3c34
commit 04fff31b3a
8 changed files with 19 additions and 18 deletions

View File

@@ -229,7 +229,7 @@ const tableConfig = reactive({
},
{
prop: 'economicEstimate',
label: '经预算(元)',
label: '经预算(元)',
align: 'center',
currentRender:({row})=>{
return <span>{toThousands(row.economicEstimate)}</span>