|
|
@ -70,7 +70,7 @@ |
|
|
|
</el-select> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="资方合同号" align="center" width="180"> |
|
|
|
<el-table-column label="资方合同号" align="center" min-width="180"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model.trim="scope.row.bankContractNo" clearable placeholder=""/> |
|
|
|
</template> |
|
|
@ -101,7 +101,7 @@ |
|
|
|
<span>{{ scope.row.customerName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="消贷合同编号" align="center" min-width="120"> |
|
|
|
<el-table-column label="消贷合同编号" align="center" width="180"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.loanContractNo }}</span> |
|
|
|
</template> |
|
|
|