From 9a2ebd57f8cd3f664512165248f1680c0bdbb854 Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期日, 08 五月 2022 21:26:39 +0800
Subject: [PATCH] #
---
pages/index/index.vue | 28 +++++++++++++++++++++++-----
1 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index a1f9b16..bbd47ea 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -24,27 +24,45 @@
return {
elements:[
{
+ title: '涓嬬嚎鎵撳寘',
+ name: 'offline',
+ color: 'blue',
+ cuIcon: 'forward'
+ },
+ {
title: '缁勬墭鍏ュ簱',
name: 'pakin',
color: 'blue',
- cuIcon: 'goods'
+ cuIcon: 'copy'
},
{
- title: '璁㈠崟缁勬墭',
- name: 'order',
+ title: '鍑哄簱纭',
+ name: 'checkout',
color: 'blue',
- cuIcon: 'goods'
+ cuIcon: 'edit'
},
{
title: '搴撲綅鐩樼偣',
name: 'stockCheck',
color: 'blue',
+ cuIcon: 'safe'
+ },
+ {
+ title: '璁㈠崟缁勬墭',
+ name: 'order',
+ color: 'grey',
cuIcon: 'goods'
},
{
title: '閫�鍑虹櫥褰�',
name: 'logOut',
- color: 'blue',
+ color: 'grey',
+ cuIcon: 'exit'
+ },
+ {
+ title: 'demo',
+ name: 'demo',
+ color: 'grey',
cuIcon: 'exit'
}]
}
--
Gitblit v1.9.1