Преглед на файлове

refactor: 分组管理,新建分组=>新增分组

wu.jian2 преди 1 година
родител
ревизия
ab6c289436

+ 1 - 1
data-room-ui/packages/BigScreenList/CatalogEditForm.vue

@@ -79,7 +79,7 @@
     </el-dialog>
     <!-- 新增或编辑目录弹窗 -->
     <el-dialog
-      :title="currentCatalog.code ? '编辑分组':'新分组'"
+      :title="currentCatalog.code ? '编辑分组':'新分组'"
       :visible.sync="catalogVisible"
       custom-class="bs-el-dialog"
       width="30%"

+ 2 - 2
data-room-ui/packages/BigScreenMag/SideMenu.vue

@@ -53,11 +53,11 @@
       @click="catalogAdd"
     >
       <i class="el-icon-plus" />
-      <div>新分组</div>
+      <div>新分组</div>
     </div>
     <!-- 新增或编辑目录弹窗 -->
     <el-dialog
-      :title="currentCatalog.code ? '编辑分组':'新分组'"
+      :title="currentCatalog.code ? '编辑分组':'新分组'"
       :visible.sync="catalogVisible"
       custom-class="bs-el-dialog"
       width="30%"

+ 1 - 1
data-room-ui/packages/ComponentList/CatalogEditForm.vue

@@ -83,7 +83,7 @@
     </el-dialog>
     <!-- 新增或编辑目录弹窗 -->
     <el-dialog
-      :title="currentCatalog.code ? '编辑分组' : '新分组'"
+      :title="currentCatalog.code ? '编辑分组' : '新分组'"
       :visible.sync="catalogVisible"
       custom-class="bs-el-dialog"
       width="30%"

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

@@ -389,7 +389,7 @@ export default {
           this.$refs.categroyEditForm.type = 'dataset'
           this.$refs.categroyEditForm.dialogFormVisible = true
           this.$refs.categroyEditForm.init(this.rightClickForm.org, false)
-          this.$refs.categroyEditForm.title = '分组编辑'
+          this.$refs.categroyEditForm.title = '编辑分组'
         })
         return
       }

+ 3 - 3
data-room-ui/packages/SourceMag/SideMenu.vue

@@ -62,11 +62,11 @@
       @click="catalogAdd"
     >
       <i class="el-icon-plus" />
-      <div>新分组</div>
+      <div>新分组</div>
     </div>
     <!-- 新增或编辑目录弹窗 -->
     <el-dialog
-      :title="currentCatalog.code ? '编辑分组' : '新分组'"
+      :title="currentCatalog.code ? '编辑分组' : '新分组'"
       :visible.sync="catalogVisible"
       custom-class="bs-el-dialog"
       width="30%"
@@ -175,7 +175,7 @@ export default {
         // 选中目录
         name: '',
         id: '',
-        code: '',
+        code: ''
       },
       formRules: {
         name: [