From d3904fd730e095959d1ae4ade5d1bff76c25ae20 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期二, 21 六月 2022 17:22:52 +0800
Subject: [PATCH] #
---
pages/index/index.vue | 27 ++++++++++++++++++++++++---
1 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 54c8de5..c7d0582 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -23,11 +23,12 @@
data() {
return {
elements:[
+
{
title: '缁勬墭鍏ュ簱',
name: 'pakin',
color: 'blue',
- cuIcon: 'goods'
+ cuIcon: 'copy'
},
{
title: '璁㈠崟缁勬墭',
@@ -36,11 +37,31 @@
cuIcon: 'goods'
},
{
+ title: '搴撳瓨鏌ヨ',
+ name: 'stockQuery',
+ color: 'blue',
+ cuIcon: 'searchlist'
+ },
+ {
+ title: '搴撳瓨鐩樼偣',
+ name: 'stockCheck',
+ color: 'blue',
+ cuIcon: 'safe'
+ },
+ // {
+ // title: '涓婃灦绠$悊',
+ // name: 'sale',
+ // color: 'grey',
+ // cuIcon: 'exit'
+ // },
+ {
title: '閫�鍑虹櫥褰�',
name: 'logOut',
- color: 'blue',
+ color: 'grey',
cuIcon: 'exit'
- }]
+ },
+
+ ]
}
},
onLoad() {
--
Gitblit v1.9.1