提交 cce546e9 编写于 作者: P piexlMax

增加自动化代码文件组件 bugFixed

上级 ef4c8a77
......@@ -476,7 +476,7 @@ const enterDialog = async () => {
}
})
}
{{if eq .FieldType "file"}}
{{if .HasFile }}
const downloadFile = (url) => {
window.open(getUrl(url), '_blank')
}
......@@ -484,7 +484,7 @@ const downloadFile = (url) => {
</script>
<style>
{{if eq .FieldType "file"}}
{{if .HasFile }}
.file-list{
display: flex;
flex-wrap: wrap;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册