@@ -279,7 +279,7 @@
},
//删除
handleDelete(index) {
- this.$confirm('是否确认删除名称为"' + index.table + '"的数据项?', "警告", {
+ this.$confirm('是否确认删除', "警告", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
@@ -328,7 +328,7 @@
@@ -244,7 +244,7 @@
- this.$confirm('是否确认删除名称为"' + index + '"的数据项?', "警告", {