|
@@ -76,8 +76,8 @@
|
|
|
<span class="inline-block content text-ellipse">{{record.buyerentername || record.buyername}}</span>
|
|
<span class="inline-block content text-ellipse">{{record.buyerentername || record.buyername}}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="content-line">
|
|
<div class="content-line">
|
|
|
- <span class="inline-block title">付款方式:</span>
|
|
|
|
|
- <span class="inline-block content text-ellipse">{{record.operateType === 1063 ? '买家付款' : '平台代收'}}</span>
|
|
|
|
|
|
|
+ <span class="inline-block title">交易方式:</span>
|
|
|
|
|
+ <span class="inline-block content text-ellipse">{{record.operateType === 1063 ? '买家付款' : '平台代付'}}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="content-line">
|
|
<div class="content-line">
|
|
|
<span class="inline-block title">时间:</span>
|
|
<span class="inline-block title">时间:</span>
|
|
@@ -227,7 +227,7 @@
|
|
|
key: '买家付款',
|
|
key: '买家付款',
|
|
|
val: 1
|
|
val: 1
|
|
|
}, {
|
|
}, {
|
|
|
- key: '平台代收',
|
|
|
|
|
|
|
+ key: '平台代付',
|
|
|
val: 2
|
|
val: 2
|
|
|
}],
|
|
}],
|
|
|
defaultVal: 0
|
|
defaultVal: 0
|