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