[update 标准解读流程] 主解读人分发完善

This commit is contained in:
danshihao
2024-07-15 09:56:48 +08:00
parent 50f6e345f3
commit 8938cab912
2 changed files with 7 additions and 7 deletions
@@ -459,8 +459,8 @@ export default {
if (showExtendNodeId.includes(this.currentNodeId)) {
columns.push(...this.columnsExtend)
}
// 需要操作的节点就加上操作列
if (!noActionCoumnsNodes.includes(this.currentNodeId)) {
// 非禁用时,需要操作的节点就加上操作列
if (!this.disabled && !noActionCoumnsNodes.includes(this.currentNodeId)) {
columns.push(this.actionColumn)
}
return columns