[update] 修改bug77927

This commit is contained in:
lideqin
2023-11-02 15:31:32 +08:00
parent e24509f4bb
commit 04f4aee416
@@ -75,7 +75,7 @@
<!-- 下载-->
<a-button type="link" icon="download" @click="handleDownload(file)">{{ $t('download') }}</a-button>
<!-- 无水印下载-->
<a-button type="link" @click="downloadDraftNoWater">
<a-button type="link" @click="downloadDraftNoWater(file)">
<i class="iconfont icon-water-drop-slash"></i>
{{ $t('unwatermarkedDownload') }}
</a-button>