This commit is contained in:
xielue 2023-07-07 17:00:21 +08:00
parent bcd894e924
commit 2b93646863
1 changed files with 88 additions and 92 deletions

View File

@ -1,12 +1,8 @@
<template>
<basic-page-list :desc="desc" :options="pageOptions">
<template v-slot:column1="{ row }">
<img v-if="row && row.avatar" :src="row.avatar" style="width: 100px;" />
</template>
</basic-page-list>
</template>