From e7f86b5ad64b224163c321c46b0f61c294578a2b Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期日, 24 九月 2023 16:53:53 +0800 Subject: [PATCH] 改bug --- src/view/index.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/view/index.vue b/src/view/index.vue index 27b1664..0d11519 100644 --- a/src/view/index.vue +++ b/src/view/index.vue @@ -352,12 +352,6 @@ v: "WMS绠$悊", i: "font icon-a-Inventorydumprequest", c: [{ - k: 15, - v: "鍘熸潗鏂欏簱瀛�", - i: "font icon-shouye", - u: "" - }, - { k: 17, v: "鍗婃垚鍝佸簱瀛�", i: "font icon-shouye", @@ -488,7 +482,13 @@ v: "鐗╂枡娓呭崟缁存姢", i: "font icon-shouye", u: "mbom" - } + }, + { + k: 29, + v: "鑷椤圭洰缁存姢", + i: "font icon-shouye", + u: "self-inspection" + }, ] } ], @@ -541,7 +541,7 @@ u: "index-index" }] }, - + upTabActive(num) { this.tabActive = num; this.activeP = num; @@ -559,7 +559,7 @@ localStorage.removeItem("autoenter"); this.$router.push("/enter"); }, - removeAllTab(){ + removeAllTab() { this.upIndex++ this.$message.warning('鏁版嵁鍙樺姩杈冨ぇ,椤甸潰鑷姩鏇存柊!') } -- Gitblit v1.9.3