From ede9e36a9eacc97fb5d21a5bb7fe42acb98d69b5 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 19 Jan 2024 10:57:38 +0800 Subject: [PATCH] fix 80731 --- .../modules/InspectionProcessContent.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue index 70c521e5..fecd04c6 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue @@ -76,13 +76,13 @@ export default { dataIndex: 'requirement', scopedSlots: { customRender: 'text' } }, - { // 整改部门 - title: this.$t('enterpriseStandardLibrary.standard.rectificationDepartment'), - align: 'center', - width: 200, - dataIndex: 'rectificationDepartment', - scopedSlots: { customRender: 'rectificationDepartment' } - }, + // { // 整改部门 + // title: this.$t('enterpriseStandardLibrary.standard.rectificationDepartment'), + // align: 'center', + // width: 200, + // dataIndex: 'rectificationDepartment', + // scopedSlots: { customRender: 'rectificationDepartment' } + // }, { // 操作 fixed: 'right',