fix : 修复单位元
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
<span>{{ toThousands(scope.row.economicEstimate) }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="specialFundAmount" label="专项资金(元)" align="center">
|
||||
<el-table-column prop="specialFundAmount" label="预估专项资金(元)" align="center">
|
||||
<template #default="scope">
|
||||
<span>{{ toThousands(scope.row.specialFundAmount) }}</span>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user