Commit c8bebf1b authored by 张伯涛's avatar 张伯涛

pdf预览

parent 260f64f1
......@@ -1529,9 +1529,10 @@
</el-form-item>
</el-form>
</el-dialog>
<el-dialog :close-on-click-modal="false" title="附件预览" :visible.sync="filePreviewDialog">
<el-dialog width="80%" :close-on-click-modal="false" title="附件预览" :visible.sync="filePreviewDialog">
<div>
<el-image :src="fileUrl" />
<iframe style="width: 100%;height: 600px" :src="fileUrl"></iframe>
<!-- <el-image :src="fileUrl" />-->
</div>
</el-dialog>
<div class="step-content">
......
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 to comment