Commit a7586d56 by YuleiLan

fix: fix bug.

parent 8507e34f
......@@ -19,7 +19,7 @@
<div class="previewEditorDiv" v-html="dataModel" />
</template>
<template v-if="widget.type=='file'">
<template v-else-if="widget.type=='file'">
<div v-for="(uploadUrlItem, uploadUrlIndex) of dataModel" :key="uploadUrlIndex">
<i style="color: #909399;" class="el-icon-document" />
<a :href="uploadUrlItem.url" target="_blank">{{ uploadUrlItem.name }}</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment