From 06f0c81eeb4d52d3ec5527a9cd9b0bb56956e473 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 7 Nov 2023 17:24:47 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug78055?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standard/detail/EnterpriseStandardDetail.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue b/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue index a09762d6..7047c6ec 100644 --- a/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue +++ b/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue @@ -22,7 +22,7 @@ -
+
@@ -53,7 +53,7 @@
-
+
{{ formItem.dbFieldTxt }} @@ -61,7 +61,9 @@ type="primary" ghost icon="file-text" - @click="previewStandardResolutionSheet(detailData[formItem.dbFieldName + '_standardSplit'])"> + v-has="'enterpriseStandard:detail:standardResolutionSheet'" + @click="previewStandardResolutionSheet(detailData[formItem.dbFieldName + '_standardSplit'])" + :disabled="!detailData[formItem.dbFieldName + '_standardSplit']"> {{ $t('enterpriseStandardLibrary.standard.standardResolutionSheet') }}
@@ -73,9 +75,11 @@
- {{ $t('download') }} + + {{ $t('download') }} + - + {{ $t('unwatermarkedDownload') }}