[update] 修改企标详情无水印下载

This commit is contained in:
lideqin
2023-09-28 17:48:50 +08:00
parent 51245e8c54
commit 8527f673ff
@@ -69,7 +69,7 @@
<!-- 下载-->
<a-button type="link" icon="download" @click="handleDownload(file)">{{ $t('download') }}</a-button>
<!-- 无水印下载-->
<a-button type="link">
<a-button type="link" @click="downloadDraftNoWater">
<i class="iconfont icon-water-drop-slash"></i>
{{ $t('unwatermarkedDownload') }}
</a-button>