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 | 42 ++++++++++--------------------------------
1 files changed, 10 insertions(+), 32 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 8b18543..879509e 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -23,41 +23,24 @@
data() {
return {
elements:[
- {
- title: '涓嬬嚎鎵撳寘',
- name: 'offline',
- color: 'blue',
- cuIcon: 'forward'
- },
- {
- title: '濮斿鍏ュ簱',
- name: 'outPakin',
- color: 'blue',
- cuIcon: 'copy'
- },
- {
- title: '鍑哄簱纭',
- name: 'checkout',
- color: 'blue',
- cuIcon: 'edit'
- },
- {
- title: '搴撲綅鐩樼偣',
- name: 'stockCheck',
- color: 'blue',
- cuIcon: 'safe'
- },
+
{
title: '缁勬墭鍏ュ簱',
name: 'pakin',
- color: 'grey',
+ color: 'blue',
cuIcon: 'copy'
},
{
title: '璁㈠崟缁勬墭',
name: 'order',
- color: 'grey',
+ color: 'blue',
cuIcon: 'goods'
+ },
+ {
+ title: '搴撳瓨鏌ヨ',
+ name: 'stockQuery',
+ color: 'blue',
+ cuIcon: 'searchlist'
},
{
title: '閫�鍑虹櫥褰�',
@@ -65,12 +48,7 @@
color: 'grey',
cuIcon: 'exit'
},
- {
- title: 'demo',
- name: 'demo',
- color: 'grey',
- cuIcon: 'exit'
- }]
+ ]
}
},
onLoad() {
--
Gitblit v1.9.1