添加多选支持shift提示

This commit is contained in:
buvta
2020-12-14 21:18:52 +08:00
parent d7a6245f8a
commit 3bcf5b1618
2 changed files with 2 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ export default {
this.$message.info('正在检测, 请勿操作.')
this.enableBatchEdit = false
}
if (this.enableBatchEdit) this.$message.info('多选时支持shift快捷键')
}
},
methods: {

View File

@@ -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))
})