sub_pages/partner/delivery/delivery-detail.vue
@@ -339,17 +339,17 @@
                     </view>
                     <view class="each-item">
                        <view class="label">降级</view>
                        <view class="value">{{ item.reduceNum || 0 }}</view>
                        <view class="label-color">降级</view>
                        <view class="value-color">{{ item.reduceNum || 0 }}</view>
                     </view>
                     <view class="each-item">
                        <view class="label">缺货</view>
                        <view class="value">{{ item.lackNum || 0 }}</view>
                        <view class="label-color">缺货</view>
                        <view class="value-color">{{ item.lackNum || 0 }}</view>
                     </view>
                     <view class="each-item">
                        <view class="label">补货</view>
                        <view class="value">{{ item.replaceNum || 0 }}</view>
                        <view class="label-color">补货</view>
                        <view class="value-color">{{ item.replaceNum || 0 }}</view>
                     </view>
                  </view>
@@ -530,6 +530,19 @@
                  font-size: 24rpx;
                  color: #666666;
               }
               .label-color {
                  font-weight: 400;
                  font-size: 24rpx;
                  color: #FD191C;
                  text-align: left;
                  padding-right: 10rpx;
               }
               .value-color {
                  font-weight: 400;
                  font-size: 24rpx;
                  color: #FD191C;
               }
            }
         }
      }