Sfoglia il codice sorgente

fix: 更正文字提示

hkshu12 5 anni fa
parent
commit
2e6d5dd8c4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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',