From 9143091884149a5f74b2f26df99f37bb3ebb22d5 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期二, 21 六月 2022 07:56:57 +0800
Subject: [PATCH] #

---
 pages/index/index.vue |   32 +++++++++++---------------------
 1 files changed, 11 insertions(+), 21 deletions(-)

diff --git a/pages/index/index.vue b/pages/index/index.vue
index 8d92c35..879509e 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -23,42 +23,32 @@
 		data() {
 			return {
 				elements:[
-					{
-						title: '涓嬬嚎鎵撳寘',
-						name: 'offline',
-						color: 'blue',
-						cuIcon: 'goods'
-					},
+					
 					{
 						title: '缁勬墭鍏ュ簱',
 						name: 'pakin',
 						color: 'blue',
-						cuIcon: 'goods'
-					},
-					{
-						title: '纭鍑哄簱',
-						name: 'checkout',
-						color: 'blue',
-						cuIcon: 'goods'
-					},
-					{
-						title: '搴撲綅鐩樼偣',
-						name: 'stockCheck',
-						color: 'blue',
-						cuIcon: 'goods'
+						cuIcon: 'copy'
 					},
 					{
 						title: '璁㈠崟缁勬墭',
 						name: 'order',
-						color: 'grey',
+						color: 'blue',
 						cuIcon: 'goods'
+					},
+					{
+						title: '搴撳瓨鏌ヨ',
+						name: 'stockQuery',
+						color: 'blue',
+						cuIcon: 'searchlist'
 					},
 					{
 						title: '閫�鍑虹櫥褰�',
 						name: 'logOut',
 						color: 'grey',
 						cuIcon: 'exit'
-					}]
+					},
+					]
 			}
 		},
 		onLoad() {

--
Gitblit v1.9.1