From e09e13f439d2c35d237013aea7289e0218c7ef9b Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 30 Jul 2024 17:47:27 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug87731?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../marketRegulationsList/MarketRegulationsList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue index cb390f2..fa44873 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue @@ -78,7 +78,7 @@ {{ $t('newlyAdded') }} - {{ $t('release') }} + {{ $t('release') }} @@ -217,7 +217,7 @@ export default { { text: this.$t('release'), clickEvent: 'handlePublish', - has: '', + has: 'marketStandard:publish', // 已发布状态不显示发布按钮,只有作者和管理员可以发布 show: (record) => { return record.manifestStatus !== ListState.RELEASED.value && (this.isAdmin || this.userInfo.id === record.author)