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

@@ -119,7 +119,7 @@
<div v-else>--</div>
</template>
</el-table-column>
<el-table-column prop="intellectualProperty" label="经济算(元)" align="center">
<el-table-column prop="intellectualProperty" label="经济算(元)" align="center">
<template #default="scope">
<span>{{ toThousands(scope.row.economicEstimate) }}</span>
</template>