Commit 7f46b0fe authored by liwenhong's avatar liwenhong

add

parent 6c38db42
......@@ -17,7 +17,11 @@
label="头像"
prop="user_avatar"
align="center"
></el-table-column>
>
<template #default="scope">
<img :src="scope.row.user_avatar" width="50" height="50">
</template>
</el-table-column>
<el-table-column
label="昵称"
prop="contact_name"
......@@ -130,7 +134,11 @@
label="头像"
prop="user_avatar"
align="center"
></el-table-column>
>
<template #default="scope">
<img :src="scope.row.user_avatar" width="50" height="50">
</template>
</el-table-column>
<el-table-column
label="昵称"
prop="contact_name"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment