|
|
@@ -7,8 +7,8 @@
|
|
|
<text>日期:{{item.addTime.substr(5,11)}}</text>
|
|
|
<text>单号:{{item.refundSn}}</text>
|
|
|
<text>操作:{{item.shopAdminName}}</text>
|
|
|
+ <text style="color:#3385FF;">状态:{{ item.status==0?'退款中':item.status==1?'已完成':'已取消' }}</text>
|
|
|
<text v-if="!$util.isEmpty(item.remark)" style="color:red;font-weight:bold;">备注:{{item.remark}}</text>
|
|
|
- <text style="position:absolute;right:-465upx;top:0upx;">{{ item.status==0?'退款中':item.status==1?'已完成':'退款中' }}</text>
|
|
|
</view>
|
|
|
<view class="flex val">¥{{parseFloat(item.refundPrice)}} <view class="iconfont iconxiangyou"></view> </view>
|
|
|
|