From d5a88292eb9eb4c11b590dca30d9faed23391278 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 28 Mar 2024 14:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E9=85=92=E9=81=93?= =?UTF-8?q?=E9=A6=86=E5=92=8C=E7=83=9F=E9=85=92=E5=BA=97=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/admin/business/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/admin/business/index.vue b/pages/admin/business/index.vue index 4e949f9..32f9852 100644 --- a/pages/admin/business/index.vue +++ b/pages/admin/business/index.vue @@ -92,7 +92,7 @@ export default { icon: 'iconfont icon-daihexiao' }); } - if(this.service.customer && [0].includes(Number(merchantInfo.merchant_type))){ + if(this.service.customer && [0,1,3].includes(Number(merchantInfo.merchant_type))){ list.push({ title: '订单管理', url: '/pages/admin/order/index?mer_id=' + merId, @@ -152,6 +152,7 @@ export default { }); } + return list; }, ...mapGetters(['isLogin', 'uid', 'userInfo', 'viewColor', 'shopIsLogin', 'shopMerId'])