This commit is contained in:
dute7liang
2024-01-02 02:25:50 +08:00
parent c405c4f48b
commit 2e17964a85
11 changed files with 102 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
<el-table-column label="手机" align="center" prop="mobile" />
<el-table-column label="头像" align="center" prop="avatar" >
<template v-slot="scope">
<image-preview :src="scope.row.avatar" height="40px" width="40px"/>
<image-avatar :src="scope.row.avatar"/>
</template>
</el-table-column>
<el-table-column label="性别" align="center" prop="gender">