fix : 细节优化

This commit is contained in:
2024-07-10 16:56:28 +08:00
parent 7a38c34da9
commit 71b9065f29
8 changed files with 18 additions and 14 deletions

View File

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

View File

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

View File

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

View File

@@ -106,7 +106,7 @@
</el-form-item>
</el-col>
<el-col :span="24">
<el-form-item label="经济算(元)" prop="economicEstimate">
<el-form-item label="经济算(元)" prop="economicEstimate">
<span>{{ toThousands(localFormData.economicEstimate) }}</span>
</el-form-item>
</el-col>