From d281a3a4bc1ad8a1ff6549c1b5b15c6294f04a2c Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 5 Feb 2024 16:35:53 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug81801?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RevisionPlanActivelyReportFlow.vue | 4 ++-- .../modules/OnlyTableForm.vue | 19 +++++++++++++------ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue index d5d63909..aa34883b 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue @@ -71,13 +71,13 @@ - + - +
{{ $t('processApprovalInformation') }}
diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue index 468048b0..c8da8259 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue @@ -55,16 +55,16 @@ + - @@ -110,6 +110,12 @@ export default { type: Number, required: false, default: 0 + }, + // 是否没有操作列 + noOperColumn: { + type: Boolean, + required: false, + default: false } }, computed: { @@ -126,7 +132,7 @@ export default { } }, mounted () { - if (this.disabled) { + if (this.noOperColumn) { this.columns.pop() } // 当前节点是各部所联络人汇总节点,需要增加创建人列 @@ -473,6 +479,7 @@ export default { // 查看 handleLook (record) { this.$refs.contactEnterSendTaskModal.look(record) + this.$refs.contactEnterSendTaskModal.title = this.$t('view') }, // 删除 handleDelete (uid) {