xuxueyang
2024-08-09 78abd5572d7dbf45124ed30a06fbffbb236066b7
pages/order/order-delivery-detail.vue
@@ -19,7 +19,13 @@
            this.status = options.status || ''
            this.query.id = this.id
         }
         // // #ifdef PUB_PARTNER
         // this.listApi = '/api/partner/delivery/list/items'
         // // #endif
         // // #ifdef PUB_CUSTOMER
         // // #endif
         this.listApi = '/api/supplier/delivery/list/items'
         await this.getList()
      },
@@ -110,8 +116,9 @@
                  </image>
                  <view class="flex1">
                     <view class=" flex">
                        <view class="title"><span class="level" v-if="item.flowerCategory">{{ item.flowerCategory || ''}}</span><span
                        class="level">{{ item.flowerLevelStr || ''}}</span>{{item.flowerName }}
                        <view class="title"><span class="level"
                              v-if="item.flowerCategory">{{ item.flowerCategory || ''}}</span><span
                              class="level">{{ item.flowerLevelStr || ''}}</span>{{item.flowerName }}
                        </view>
                     </view>
                     <view class="each-list ">
@@ -265,6 +272,7 @@
               font-size: 28rpx;
               color: #000000;
               line-height: 40rpx;
               .level {
                  font-weight: 400;
                  font-size: 28rpx;
@@ -301,6 +309,7 @@
                  font-size: 28rpx;
                  color: #000000;
                  line-height: 40rpx;
                  .level {
                     font-weight: 400;
                     font-size: 28rpx;