From 53d9e5f558dd3c66fe6f6b3e74a815154759a831 Mon Sep 17 00:00:00 2001 From: liuye Date: Sun, 23 Apr 2023 15:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue b/project/fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue index 081eb3b5..db150d24 100644 --- a/project/fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue +++ b/project/fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue @@ -49,8 +49,8 @@ tabs () { const tabList = [ - {label: '网格积分订单', name: 'GirdList', comp: GirdList, permission: ''}, - {label: '居民积分订单', name: 'ResidentList', comp: ResidentList, permission: ''} + {label: '居民积分订单', name: 'ResidentList', comp: ResidentList, permission: ''}, + {label: '网格积分订单', name: 'GirdList', comp: GirdList, permission: ''} ].filter(item => { return true })