From 258c1220fdfb05670028864f129e57b515cd042a Mon Sep 17 00:00:00 2001 From: duan Date: Thu, 8 Sep 2022 10:36:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(src/views/home/index.vue):=20=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E6=96=B0=E5=A2=9E=E6=A0=87=E5=87=86=E5=93=81=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 3d5b3fa..a8ae1a3 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -8,21 +8,21 @@
-
+
-
-
-
-
库存盘点
-
-
-
-
更多
-
-
+ + + + + + + + + +
@@ -33,6 +33,7 @@ export default { methods: { picClick(name) { const r = this.$store.getters.opts.find(item => item.name === name) + console.log(r) this.$router.push(r.router.path) } }