This commit is contained in:
许允枞 2025-03-14 10:14:10 +08:00
parent 7f10f4d7de
commit 5760a1f3bb

View File

@ -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"/>