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) {