[update 标准解读流程] 主解读人分发完善
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user