Переглянути джерело

refactor: 分组管理弹窗标题调整为新增分组、编辑分组

wu.jian2 1 рік тому
батько
коміт
5787e3c2c7

+ 3 - 3
data-room-ui/packages/DataSetManagement/src/TypeTree.vue

@@ -236,7 +236,7 @@ export default {
         this.$refs.categroyEditForm.dialogFormVisible = true
         this.$refs.categroyEditForm.init({ parentId: 0 }, true)
         this.$refs.categroyEditForm.radio = 0
-        this.$refs.categroyEditForm.title = '分组新增'
+        this.$refs.categroyEditForm.title = '新增分组'
       })
     },
     addDiyDom (treeId, treeNode) {
@@ -400,7 +400,7 @@ export default {
           this.$refs.categroyEditForm.dialogFormVisible = true
           this.$refs.categroyEditForm.init(this.rightClickForm.org, true, editType)
           this.$refs.categroyEditForm.radio = 0
-          this.$refs.categroyEditForm.title = '分组新增'
+          this.$refs.categroyEditForm.title = '新增分组'
         })
         return
       }
@@ -411,7 +411,7 @@ export default {
           this.$refs.categroyEditForm.dialogFormVisible = true
           this.$refs.categroyEditForm.init(this.rightClickForm.org, true, editType)
           this.$refs.categroyEditForm.radio = 1
-          this.$refs.categroyEditForm.title = '分组新增'
+          this.$refs.categroyEditForm.title = '新增分组'
         })
       }
     },