Procházet zdrojové kódy

improve: 客服订单操作

From-wh před 2 roky
rodič
revize
d9a5f3f06a

+ 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
                   >