修改售后订单详情
This commit is contained in:
parent
dbaa300f56
commit
8f4c93eee7
@ -126,6 +126,39 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="third flex flex-column" style="justify-content: flex-start;" >
|
||||
<view class="third-center" v-if="info.auth_status == 2">
|
||||
<view class="flex w-100 space-between hui align-items" style="margin-top: 8rpx;">
|
||||
<text>是否同意退款</text>
|
||||
<text style="color: #FF4810;">{{ '否' }}</text>
|
||||
</view>
|
||||
<view class="flex w-100 space-between hui align-items" style="margin-top: 40rpx;">
|
||||
<text>驳回原因</text>
|
||||
<text style="color: #323232;">{{ info.reason }}</text>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
<view class="third-center" v-if="info.auth_status == 1">
|
||||
<view class="flex w-100 space-between hui align-items" style="margin-top: 8rpx;">
|
||||
<text>是否同意退款</text>
|
||||
<text style="color: #323232;">{{ "是" }}</text>
|
||||
</view>
|
||||
<view class="flex w-100 space-between hui align-items" style="margin-top: 40rpx;">
|
||||
<text>退款数量</text>
|
||||
<text style="color: #323232;">{{ info.auth_num }}</text>
|
||||
</view>
|
||||
<view class="flex w-100 space-between hui align-items" style="margin-top: 40rpx;">
|
||||
<text>退款金额</text>
|
||||
<text v-if="info.server_status == 3" style="color: #FF4810;font-weight: 600;">¥{{
|
||||
info.first_refundprice }}</text>
|
||||
<text v-if="info.server_status == 6" style="color: #FF4810;font-weight: 600;">¥{{
|
||||
info.total_refundprice}}</text>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- v-if="detailAny.feel == 0" -->
|
||||
<view v-if="info.server_status == 3" class="footer"
|
||||
style="display: flex;align-items: center;;justify-content: space-between;gap: 30rpx;">
|
||||
|
Loading…
x
Reference in New Issue
Block a user