This commit is contained in:
parent
bcd894e924
commit
2b93646863
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue