fix: 修改传参方式和bug

This commit is contained in:
wanglei
2024-06-29 13:53:59 +08:00
parent 01b4f3abb8
commit 6fc848d164
5 changed files with 8 additions and 3 deletions

View File

@@ -94,6 +94,7 @@
align="left">
<template v-slot="{ row }">
<img class="preview-img" v-if="row.fileUrl" :src="row.fileUrl" alt="" v-viewer>
<img class="preview-img" v-else src="../img/shop.png" alt="" v-viewer>
</template>
</el-table-column>

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB