yrik 4 年之前
父节点
当前提交
3d7f684145

+ 1 - 1
ruoyi-ui/src/views/system/editing/index.vue

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

+ 1 - 1
ruoyi-ui/src/views/system/form/index.vue

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

+ 1 - 1
ruoyi-ui/src/views/system/table/index.vue

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