This commit is contained in:
dute7liang
2024-01-20 02:20:32 +08:00
parent 4a7d83fb62
commit 8936e5670b
5 changed files with 94 additions and 48 deletions

View File

@@ -70,7 +70,7 @@
</el-table-column>
<el-table-column label="相册" align="center" prop="url">
<template v-slot="scope">
<image-preview :src="scope.row.url" width="40px" height="40px"/>
<image-preview :src="scope.row.url" width="30px" height="30px"/>
</template>
</el-table-column>
<el-table-column label="新增时间" align="center" prop="createTime" />