Explorar el Código

fix: 更正文字提示

hkshu12 hace 5 años
padre
commit
2e6d5dd8c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Tree.vue

+ 1 - 1
src/components/Tree.vue

@@ -175,7 +175,7 @@ export default {
       });
     },
     deleteNode(id) {
-      this.$confirm('是否确认删除该节点?', '提示', {
+      this.$confirm('是否确认删除该节点及其后代节点?', '提示', {
         confirmButtonText: '确定',
         cancelButtonText: '取消',
         type: 'warning',