From 2436494d8ca8504c988bd1be565912ee28654140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Wed, 14 Dec 2022 18:05:03 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E5=AD=97=E5=85=B8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E3=80=81=E6=8E=A8=E8=8D=90=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 +- src/bg-ui/bg-table-btns.vue | 8 +- src/main.js | 2 +- src/page/main/config/dict/index.vue | 76 ++++++++++++------- .../main/home-config/recommend/edit/index.vue | 55 +++++++++----- 5 files changed, 93 insertions(+), 52 deletions(-) diff --git a/src/App.vue b/src/App.vue index 984225d..9de6964 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,7 +19,7 @@ - + @@ -93,7 +93,7 @@ export default { } }, created(){ - this.initMsg() + // this.initMsg() }, mounted() { }, diff --git a/src/bg-ui/bg-table-btns.vue b/src/bg-ui/bg-table-btns.vue index f2adb80..a60a0cc 100644 --- a/src/bg-ui/bg-table-btns.vue +++ b/src/bg-ui/bg-table-btns.vue @@ -11,7 +11,7 @@ @@ -19,7 +19,7 @@ @@ -50,7 +50,7 @@ export default { return this.operations.slice(0, this.operations.length > 3 ? 2 : 3); }, otherOperations() { - return this.operations.slice(2, this.operations.length); + return this.operations.slice(this.operations.length > 3 ? 2 : 3, this.operations.length); }, }, methods: { @@ -78,7 +78,7 @@ export default { return name; } }, - showMOreBtns() { + showMoreBtns() { if (this.timer) clearTimeout(this.timer); this.showMore = true; diff --git a/src/main.js b/src/main.js index 0d757ba..51d01fe 100644 --- a/src/main.js +++ b/src/main.js @@ -46,7 +46,7 @@ function getMsgAppid() { }) } -getMsgAppid() +// getMsgAppid() for (const [key, component] of Object.entries(ElementPlusIconsVue)) { createVue.component(key, component) diff --git a/src/page/main/config/dict/index.vue b/src/page/main/config/dict/index.vue index 460689e..092523e 100644 --- a/src/page/main/config/dict/index.vue +++ b/src/page/main/config/dict/index.vue @@ -22,13 +22,13 @@
-