|
@@ -11,7 +11,7 @@
|
|
|
<text>类型:{{item.book == 1 ? '预订单多退少补' :'普通'}}</text>
|
|
<text>类型:{{item.book == 1 ? '预订单多退少补' :'普通'}}</text>
|
|
|
<!-- sameDay=0 隔天售后,否则当天售后 -->
|
|
<!-- sameDay=0 隔天售后,否则当天售后 -->
|
|
|
<text :style="Number(item.sameDay) === 0 ? 'color:#e67e22;font-weight:bold;' : ''">
|
|
<text :style="Number(item.sameDay) === 0 ? 'color:#e67e22;font-weight:bold;' : ''">
|
|
|
- 时间:{{ Number(item.sameDay) === 0 ? '隔天售后' : '当天售后' }}
|
|
|
|
|
|
|
+ 退款:{{ Number(item.sameDay) === 0 ? '封账退款' : '当天退款' }}
|
|
|
</text>
|
|
</text>
|
|
|
<text v-if="!$util.isEmpty(item.remark)">备注:{{item.remark}}</text>
|
|
<text v-if="!$util.isEmpty(item.remark)">备注:{{item.remark}}</text>
|
|
|
|
|
|