更新
This commit is contained in:
parent
7f10f4d7de
commit
5760a1f3bb
@ -101,7 +101,7 @@
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
||||
<el-dialog title="文件预览" :visible.sync="isShowFile" width="70%" append-to-body>
|
||||
<el-dialog :title="'文件预览(' + selectFile.fileName + ')'" :visible.sync="isShowFile" width="70%" append-to-body>
|
||||
<div class="preview-container">
|
||||
<audio v-if="isAudioType" class="preview-iframe" controls>
|
||||
<source :src="imageUrl + selectFile.filePath"/>
|
||||
|
Loading…
Reference in New Issue
Block a user