From 3bcf5b1618f2cfb243b4f050965ec6036a293c83 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Mon, 14 Dec 2020 21:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=9A=E9=80=89=E6=94=AF?= =?UTF-8?q?=E6=8C=81shift=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditSites.vue | 1 + src/components/IPTV.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/EditSites.vue b/src/components/EditSites.vue index 129fa39..9b24f9f 100644 --- a/src/components/EditSites.vue +++ b/src/components/EditSites.vue @@ -186,6 +186,7 @@ export default { this.$message.info('正在检测, 请勿操作.') this.enableBatchEdit = false } + if (this.enableBatchEdit) this.$message.info('多选时支持shift快捷键') } }, methods: { diff --git a/src/components/IPTV.vue b/src/components/IPTV.vue index 192d68a..13cf3ed 100644 --- a/src/components/IPTV.vue +++ b/src/components/IPTV.vue @@ -187,6 +187,7 @@ export default { return } if (this.enableBatchEdit) { + this.$message.info('多选时支持shift快捷键') this.$nextTick(() => { this.expandedRows.forEach(e => this.$refs.iptvTable.toggleRowExpansion(e, false)) })