fix : 细节优化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user