From 9944c9dd6e9e92f3c57e83217c9c58d5cc49b19d Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 29 Jan 2024 10:48:54 +0800 Subject: [PATCH] fix 81111 --- .../modules/InspectionPlanTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',