基础信息

This commit is contained in:
2021-11-19 08:39:29 +08:00
parent e9bde35c50
commit 39bcf95359
13 changed files with 1348 additions and 3 deletions

View File

@@ -202,7 +202,7 @@
},
// 删除
deleteHandle (id) {
this.$confirm(`确定对[id=${id}]进行[${id ? '删除' : '批量删除'}]操作?`, '提示', {
this.$confirm(`确定对[id=${id}]进行删除]操作?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'