|
|
@@ -170,14 +170,14 @@
|
|
|
<view class="text-center" v-if="item.status != 1 && item.status != 5">
|
|
|
<button class="admin-button-com" @click="goRefund(item)">发起售后</button>
|
|
|
</view>
|
|
|
- <!-- 与订单详情一致:待付款/已取消外可无价打印 -->
|
|
|
- <view class="text-center" v-if="item.status != 1 && item.status != 5">
|
|
|
- <button class="admin-button-com" @click="printNoPrice(item)">无价打印</button>
|
|
|
- </view>
|
|
|
<!-- 跳转该订单售后记录列表 -->
|
|
|
<view class="text-center">
|
|
|
<button class="admin-button-com" @click="goRefundList(item)">售后记录</button>
|
|
|
</view>
|
|
|
+ <!-- 与订单详情一致:待付款/已取消外可无价打印 -->
|
|
|
+ <view class="text-center" v-if="item.status != 1 && item.status != 5">
|
|
|
+ <button class="admin-button-com" @click="printNoPrice(item)">无价打印</button>
|
|
|
+ </view>
|
|
|
<!-- 复制客户地址,文案格式对齐详情页 -->
|
|
|
<view class="text-center">
|
|
|
<button class="admin-button-com" @click="copyCustom(item)">复制地址</button>
|