From e04094205e8599ce939b16e64659d16db8e8cc60 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 27 四月 2023 17:02:49 +0800 Subject: [PATCH] # --- pages/home/home.vue | 34 +++++++++++++++++++++++++++++++--- 1 files changed, 31 insertions(+), 3 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 7ed25f1..026fb34 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -22,15 +22,43 @@ { title: '缁勬墭鍏ュ簱', name: 'pakin', - color: 'purple', - cuIcon: 'vipcard', + color: 'cyan', + cuIcon: 'list', url: '/pakin/pakin' + }, + { + title: '璁㈠崟鍏ュ簱', + name: 'orderPakin', + color: 'blue', + cuIcon: 'list', + url: '/order/orderPakin' + }, + { + title: '鎵撳嵃', + name: 'print', + color: 'purple', + cuIcon: 'list', + url: '/print/print' + }, + { + title: '璁㈠崟涓婃灦', + name: 'print', + color: 'mauve', + cuIcon: 'list', + url: '/order/orderPutOn' + }, + { + title: '璁㈠崟涓嬫灦', + name: 'print', + color: 'pink', + cuIcon: 'list', + url: '/order/orderPutDown' }, { title: '閫�鍑虹櫥褰�', name: 'logOut', color: 'grey', - cuIcon: 'vipcard', + cuIcon: 'exit', url: '/login/logOut' }, -- Gitblit v1.9.1