Parcourir la source

improve: 客服订单操作

From-wh il y a 2 ans
Parent
commit
d9a5f3f06a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      template/admin/src/pages/kefu/pc/components/rightMenu.vue

+ 1 - 1
template/admin/src/pages/kefu/pc/components/rightMenu.vue

@@ -147,7 +147,7 @@
                   <Button
                     class="btn"
                     type="primary"
-                    v-if="item._status._type == 1 && item._status._type != 0"
+                    v-if="item._status._type == 1 && item._status._type != 0 && item.shipping_type != 2"
                     @click.stop="openDelivery(item)"
                     >发货</Button
                   >