From 4e585d6e1ea5ace383f528f7358828d02ac6ba46 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 9 Aug 2024 20:03:20 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E8=A7=A3=E8=AF=BB=E6=B5=81=E7=A8=8B]?= =?UTF-8?q?=20=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InterpretationClauseTable.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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