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 | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 54c8de5..879509e 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,18 @@
cuIcon: 'goods'
},
{
+ title: '搴撳瓨鏌ヨ',
+ name: 'stockQuery',
+ color: 'blue',
+ cuIcon: 'searchlist'
+ },
+ {
title: '閫�鍑虹櫥褰�',
name: 'logOut',
- color: 'blue',
+ color: 'grey',
cuIcon: 'exit'
- }]
+ },
+ ]
}
},
onLoad() {
--
Gitblit v1.9.1