BUG优化

dev
xiepeng 2024-06-06 18:00:27 +08:00
parent db462d943f
commit 3420e2b965
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,7 @@
<el-table-column label="参会证明" align="center">
<template #default="{ row }">
<img
v-if="row.SIGNATUREPICTURE"
v-viewer
:src="VITE_FILE_URL + row.SIGNATUREPICTURE"
alt="Signature"
@ -95,6 +96,7 @@
"
/>
<img
v-if="row.LIVEPHOTOS"
v-viewer
:src="VITE_FILE_URL + row.LIVEPHOTOS"
alt="LivePhoto"