[update] 文件下载bug

This commit is contained in:
zhaomeijing
2022-06-08 13:35:18 +08:00
parent 95da699dcf
commit 9005f2c201
@@ -5,7 +5,7 @@
<span style='flex: 1'>
{{ this.template.templateName === undefined ? '暂无模板': this.template.templateName }}
</span>
<span style='flex: none' @click='download'>
<span style='flex: none' @click='download' v-if='this.template.templateName !== undefined'>
<a-icon type="download"/>
</span>
</div>