合同情况

This commit is contained in:
Vergil
2020-03-10 14:46:31 +08:00
parent a111028427
commit 584b25e4bd
5 changed files with 90 additions and 42 deletions

View File

@@ -45,6 +45,7 @@
border
stripe
style="width: 60%; max-height: 500px"
height="150px"
highlight-current-row
@row-click="searchTable2">
<el-table-column type="expand" label="详情">
@@ -98,7 +99,7 @@
{{ scope.row.姓名 }}
</template>
</el-table-column>
<el-table-column label="总金额" align="center" min-width="60">
<el-table-column label="总金额(元)" align="center" min-width="60">
<template slot-scope="scope">
{{ scope.row.合同总额 }}
</template>