|
|
@ -151,6 +151,16 @@ |
|
|
|
<span>{{ remarks(scope.row) }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column v-if="formobj.paymentMethodKey == '2'" label="放款资料是否齐全" align="center" width="170"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.realBuyer.zlStateValue }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column v-if="formobj.paymentMethodKey == '2'" label="资方放款审核结果" align="center" width="170"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.realBuyer.bankStateValue }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="款、票情况" align="center" width="200"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span class="bluezi" @click="lookPayment(scope.row)">查看</span> |
|
|
|