陶杰
2025-01-13 efa9bfe98ba906e4c9b8f49c89f5da162a46bb0f
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
         };
      },
@@ -155,6 +155,10 @@
            <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>
         </view>