From 5a6d4ef40268e494ef690954cc25970e403621a3 Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 22 Nov 2023 14:12:00 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=81=E6=A0=87=E7=A8=BD=E6=9F=A5?= =?UTF-8?q?=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InspectionPlanTable.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue index 5f8229c5..e9924335 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue @@ -37,8 +37,7 @@ @@ -193,7 +192,7 @@ export default { title: this.$t('workCenter.esInspectionPlan.initiator'), align: 'center', width: 120, - dataIndex: 'initiator', + dataIndex: 'createByDictText', showCodeList: [ EsInspectionPlan.liaisonCollect.value, EsInspectionPlan.relevantPersonnelCountersign.value, @@ -205,7 +204,7 @@ export default { title: this.$t('workCenter.esInspectionPlan.departOpinion'), align: 'center', width: 120, - dataIndex: 'opinion', + dataIndex: 'processEsInspectPlanOpinionList', showCodeList: [EsInspectionPlan.liaisonCollect.value], scopedSlots: { customRender: 'departOpinion' } },