This commit is contained in:
luoxj 2020-09-03 11:11:56 +08:00
parent 79d58c67e9
commit c2775e2b01
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@
//删除
del: function (row) {
var that = this;
that.$confirm('此操作将永久删除所选内容, 是否继续?', '提示', {
that.$confirm('此操作将永久删除分类和分类下的文章, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'