This commit is contained in:
Vergil
2020-03-14 09:42:54 +08:00
parent fb25d5036c
commit 634a9e6b5b
6 changed files with 48 additions and 57 deletions

View File

@@ -168,7 +168,7 @@
{{ scope.row.姓名 }}
</template>
</el-table-column>
<el-table-column label="请款金额" align="center" min-width="100" prop="请款金额">
<el-table-column label="请款金额(元)" align="center" min-width="100" prop="请款金额">
<template slot-scope="scope">
{{ scope.row.请款金额 }}
</template>