sc
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user