[update] 文件下载bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user