This commit is contained in:
qsh
2025-03-02 16:36:18 +08:00
parent 47bac0315f
commit 467e1eceb7
5 changed files with 51 additions and 35 deletions

View File

@@ -19,10 +19,7 @@
<el-table-column prop="mark" label="标记" />
<el-table-column label="小程序码" align="center" width="120px">
<template #default="{ row }">
<img
:src="`https://ss-cloud.ahduima.com/xjxc/pic/${row.appletUrl}`"
style="width: 80px; height: 80px"
/>
<img :src="row.appletUrl" style="width: 80px; height: 80px" />
</template>
</el-table-column>
<el-table-column label="操作" width="120px">