From 2b5aa1275bd6a836be977b5ec5deeed938198441 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Sat, 14 Sep 2024 18:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=A2=E5=8D=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/index/index.vue b/pages/index/index.vue index 563c10e..760b2e7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -77,6 +77,11 @@ icon: '/static/indexImg/icon-substitute-ordering.svg', pageUrl: 'PAGES_CREATE_ORDER', }, + { + title: '订单管理', + icon: '/static/indexImg/icon-order.svg', + pageUrl: 'PAGES_ORDER_INDEX', + }, { title: '打印机', icon: '/static/indexImg/icon-printer.svg',