diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue index 60190f4..eba15fe 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue @@ -55,9 +55,9 @@ :nameStr="record.interpretPersonIds_dictText" /> @@ -472,7 +472,7 @@ export default { columns.push(...this.columnsExtend) } // 非禁用时,需要操作的节点就加上操作列 - if (!this.disabled && !noActionCoumnsNodes.includes(this.currentNodeId)) { + if (!noActionCoumnsNodes.includes(this.currentNodeId)) { columns.push(this.actionColumn) } return columns