|
@@ -400,7 +400,12 @@
|
|
|
>
|
|
|
<span style="margin-right: 30px; font-size: 18px">已收款金额:{{ orderDetail.paidAmount }}</span>
|
|
|
</div>
|
|
|
- <el-table :data="orderPaymentRecordListData" style="width: 100%" border>
|
|
|
+ <el-table
|
|
|
+ v-if="orderPaymentRecordListData.length"
|
|
|
+ :data="orderPaymentRecordListData"
|
|
|
+ style="width: 100%"
|
|
|
+ border
|
|
|
+ >
|
|
|
<el-table-column prop="payStatus" label="收款标志" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|