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