diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue index ad41cfef..125d533e 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue @@ -181,8 +181,8 @@ export default { dataIndex: 'standardizationDockingUserDictText', scopedSlots: { customRender: 'text' } }, - { // 所属部门人员 - title: this.$t('workCenter.esInspectionPlan.departmentPersonnel'), + { // 征求意见对象 + title: this.$t('workCenter.esInspectionPlan.solicitingOpinionsFrom'), align: 'center', width: 120, dataIndex: 'objectOfConsultationDictText',