From d57f0f17e7daed9a14cee89a4a38154aed9f6e74 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期一, 20 六月 2022 14:05:20 +0800 Subject: [PATCH] # --- pages/index/index.vue | 36 ++++-------------------------------- 1 files changed, 4 insertions(+), 32 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 8b18543..531956e 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -23,40 +23,17 @@ 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' }, { @@ -65,12 +42,7 @@ color: 'grey', cuIcon: 'exit' }, - { - title: 'demo', - name: 'demo', - color: 'grey', - cuIcon: 'exit' - }] + ] } }, onLoad() { -- Gitblit v1.9.1