fix: 1、source新增/编辑页面去除enable内容;2、profile的新增/编辑界面,mapping块加块级的删除按钮

This commit is contained in:
刘洪洪
2024-11-19 19:04:49 +08:00
parent ac11092997
commit 757ff6893c
4 changed files with 35 additions and 16 deletions

View File

@@ -91,6 +91,8 @@ export default {
}
})
this.disableEdit = this.batchDeleteObjs.length !== 1
// todo 该字段后续会修改
this.disableEdit = !!objs.flag
this.disableDelete = this.batchDeleteObjs.length < 1
},
getTableData (params, isAll, isClearType) {