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 | 41 +++++++++++++++++++++++++----------------
1 files changed, 25 insertions(+), 16 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index f744eb8..c7d0582 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -23,36 +23,45 @@
data() {
return {
elements:[
- {
- title: '涓嬬嚎鎵撳寘',
- name: 'offline',
- color: 'blue',
- cuIcon: 'goods'
- },
+
{
title: '缁勬墭鍏ュ簱',
name: 'pakin',
- color: 'grey',
- cuIcon: 'goods'
+ color: 'blue',
+ cuIcon: 'copy'
},
{
title: '璁㈠崟缁勬墭',
name: 'order',
- color: 'grey',
- cuIcon: 'goods'
- },
- {
- title: '搴撲綅鐩樼偣',
- name: 'stockCheck',
color: 'blue',
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