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