shish před 2 roky
rodič
revize
e5f0435d73
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      ghsApp/src/admin/home/components/OrderItem.vue

+ 2 - 2
ghsApp/src/admin/home/components/OrderItem.vue

@@ -12,7 +12,7 @@
           <view class="other-status" v-if="item.debt == 1">赊账</view>
           <text class="other-book" v-if="item.book == 1" >预订单</text>
           <text class="other-presell" v-if="item.presell == 1" >预售单</text>
-          <view :class="['status',currentStatus == '4' ? 'buleColor' :currentStatus == '3' ? 'buleColor' : currentStatus == '1' ? 'defColor' : '']">
+          <view :class="['status',currentStatus == 4 ? 'buleColor' : currentStatus == 3 ? 'buleColor' : currentStatus == 1 ? 'defColor' : '']">
             {{currentStatus==1?'待付款':currentStatus==2?'待发货':currentStatus==3?'已发货':currentStatus==4?'已完成':'已取消'}}
           </view>
         </view>
@@ -57,7 +57,7 @@
             <view style="color:red;font-weight:bold;">{{ item.remark }}</view>
         </view>
         <view v-if="item.sameTimeIdsNum && item.sameTimeIdsNum>1" style="text-align: center;color:white;
-        margin-top:20upx;font-size:32upx;background-color:#6097e8;padding-top:7upx;padding-bottom:7upx;"
+        margin-top:20upx;font-size:32upx;background-color:#3780a5ad;padding-top:7upx;padding-bottom:7upx;"
         @click.stop="pageTo({url:'/admin/order/itemOrder?ids='+item.sameTimeIds})">
           本客户共有{{item.sameTimeIdsNum}}个订单,可合并发货
         </view>