From 3c2b4f9010cf1851722069f216574c016b8c0a2a Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 4 Jul 2024 18:30:20 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=B8=82=E5=9C=BA=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MarketRegulationsListSelectionModal.vue | 24 +++++-------------- .../MarketRegulationsDetailPage.vue | 2 +- .../MarketRegulationsFormPage.vue | 2 +- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/src/components/selection/MarketRegulationsListSelectionModal.vue b/src/components/selection/MarketRegulationsListSelectionModal.vue index 47ceb92..937a561 100644 --- a/src/components/selection/MarketRegulationsListSelectionModal.vue +++ b/src/components/selection/MarketRegulationsListSelectionModal.vue @@ -87,21 +87,8 @@ - - - @@ -208,7 +195,7 @@ export default { align: 'center', width: 180, dataIndex: 'manifestVersion', - scopedSlots: { customRender: 'manifestVersion' } + scopedSlots: { customRender: 'text' } }, { // 发布时间 title: this.$t('standardRegulationLibrary.marketRegulationsList.releaseTime'), @@ -358,11 +345,12 @@ export default { }, // 点击跳转标准详情 handleGoDetail (record) { - let path = '' + const path = '/standardRegulationLibrary/marketRegulationsList/marketRegulationsDetailPage' this.$openPageNewSheet({ path: path, query: { - id: record.id + ids: record.id, + title: this.$t('view') } }) } diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue index 8c94303..6535325 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue @@ -20,7 +20,7 @@ - {{ model.manifest.mainfestName || global.emptyLine }} + {{ model.manifest.manifestName || global.emptyLine }} diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue index ef319a9..650ec24 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue @@ -496,7 +496,7 @@ export default { showList: false, // 是否展示清单 url: { importExcelUrl: '/laws/marketStandardDetail/importExcel', - downTemplateUrl: '' + downTemplateUrl: '/laws/marketStandardDetail/downloadTemplate' } } },