|
|
@ -73,12 +73,22 @@ |
|
|
|
<span>{{ scope.row.staffName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="销售合同编号" align="center" width="150"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.contractNo }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="客户名称" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.customerName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="消贷合同编号" align="center" min-width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.loanContractNo }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="台数" align="center" min-width="120"> |
|
|
|
<el-table-column label="台数" align="center" width="80"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.num }}</span> |
|
|
|
</template> |
|
|
@ -115,11 +125,6 @@ |
|
|
|
<el-input v-model="scope.row.bankContractNo" clearable placeholder=""/> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="资方合同号" align="center" width="100"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.bankContractNo }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="见证附件" align="center" width="150"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div style="display: flex;flex-direction: row;justify-content: space-between;align-items: center"> |
|
|
|