From 4a03e03ef8e6b4468c863a578b80b517d1511c2b Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 1 Jul 2024 15:10:22 +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=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../marketRegulationsList/MarketRegulationsList.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue index 5f2f372..1357012 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue @@ -113,6 +113,14 @@ + + + @@ -168,7 +176,7 @@ export default { align: 'center', width: 180, dataIndex: 'manifestVersion', - scopedSlots: { customRender: 'text' } + scopedSlots: { customRender: 'manifestVersion' } }, { // 发布时间 title: this.$t('standardRegulationLibrary.marketRegulationsList.releaseTime'),