xuxueyang
2024-10-08 d1229bd4fe82c5303a07cd96476c27f61b1c48b2
pages/order/order-sale/order-sale-detail.vue
@@ -11,8 +11,8 @@
            // #ifdef PUB_PARTNER
            type: 'partner',
            // #endif
            // #ifdef PUB_CUSTOMER
            type: 'customer',
            // #ifdef PUB_SUPPLIER
            type: 'supplier',
            // #endif
         };
      },
@@ -154,6 +154,10 @@
            <view class="label">订单金额:</view>
            <view class="value">{{ dto.totalOrderAmount || '-' }}</view>
         </view> -->
         <view class="form-item">
            <view class="label">售后类型:</view>
            <view class="value">{{ dto.salesTypeStr || '-' }}</view>
         </view>
         <view class="form-item">
            <view class="label">理由:</view>
            <view class="value">{{ dto.reason || '-' }}</view>
@@ -387,6 +391,7 @@
               .tel {
                  display: inline-block;
                  margin-left: 20rpx;
                  color: #aeafb2;
               }
            }