xuxueyang
2024-08-31 37dd5f570a06bded3563ec8ffad86c7625f50585
sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue
@@ -13,6 +13,12 @@
      async onLoad(options) {
         this.orderItemId = options.orderItemId || ''
         this.op = options.op || ''
         this.opStr = options.opStr || ''
         if (this.opStr) {
            uni.setNavigationBarTitle({
               title: opStr
            })
         }
         await this.init()
@@ -70,7 +76,7 @@
               <view class="name" v-if="dto.targetLevel">降级等级:{{ dto.targetLevelStr || dto.targetLevel  || '-'}}
               </view>
               <view class="name" v-if="dto.type">处理类型:{{ dto.type  || '-'}}</view>
               <!-- <view class="name" v-if="dto.type">处理类型:{{ dto.type  || '-'}}</view> -->
               <view class="name">处理数量:{{ dto.num || '-' }}</view>
               <view class="name">扣款金额:{{ dto.deductAmount  || '-'}}</view>