合同情况
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user