|
@@ -10,7 +10,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 style="position:absolute;right:-425upx;top:0upx;">{{ item.status==0?'待审核':item.status==1?'已通过':item.status==2?'已驳回':item.status==3?'已取消':'' }}</text>
|
|
<text style="position:absolute;right:-425upx;top:0upx;">{{ item.status==0?'待审核':item.status==1?'已通过':item.status==2?'已驳回':item.status==3?'已取消':'' }}</text>
|
|
|
</view>
|
|
</view>
|