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

@@ -130,7 +130,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>