diff --git a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/detailModal.vue b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/detailModal.vue index 5fda9c846..df9042a13 100644 --- a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/detailModal.vue +++ b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/detailModal.vue @@ -23,17 +23,17 @@ - {{StandardApplyForEO.type ? StandardApplyForEO.type : '--'}} + {{StandardApplyForEO.typeShow ? StandardApplyForEO.typeShow : '--'}} - {{StandardApplyForEO.standType ? StandardApplyForEO.standType : '--'}} + {{StandardApplyForEO.standTypeShow ? StandardApplyForEO.standTypeShow : '--'}} - {{StandardApplyForEO.standLb ? StandardApplyForEO.standLb : '--'}} + {{StandardApplyForEO.standLbShow ? StandardApplyForEO.standLbShow : '--'}} diff --git a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue index f8129e208..5afc88a59 100644 --- a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue +++ b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue @@ -38,27 +38,8 @@ - - - - - + +