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',