未验证 提交 d7e55ead 编写于 作者: D DaMing 提交者: GitHub

修复上次提交忘记把文件类型下载按钮描述的{{}}设置为字符串 (#1520)

* 修复上次提交忘记把文件类型下载按钮描述的{{}}设置为字符串
---------
Co-authored-by: NCodeLucifer <tender_zhu@foxamil.com>
上级 3d0a22b8
......@@ -253,7 +253,7 @@
<div class="fileBtn" v-for="(item,index) in formData.{{ .FieldJson }}" :key="index">
<el-button type="primary" text bg @click="onDownloadFile(item.url)">
<el-icon style="margin-right: 5px"><Download /></el-icon>
{{item.name}}
{{"{{"}} item.name {{"}}"}}
</el-button>
</div>
{{- end }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册