hkshu12 5 лет назад
Родитель
Сommit
2e6d5dd8c4
1 измененных файлов с 1 добавлено и 1 удалено
  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',