Commit a63a5d42 authored by 王's avatar

提现用户头像

parent 2b41b3c0
...@@ -56,9 +56,11 @@ ...@@ -56,9 +56,11 @@
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="user_nickname" label="用户"
label="用户名"
> >
<template slot-scope="scope">
<img class="avatar" :src="scope.row.user_avatar"/> {{scope.row.user_nickname}}(ID:{{scope.row.user_id}})
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="user_mobile" prop="user_mobile"
...@@ -349,3 +351,11 @@ ...@@ -349,3 +351,11 @@
color: #00ac00; color: #00ac00;
} }
</style> </style>
<style>
.f-c > .cell {
display: flex !important;
flex-flow: row;
justify-content: flex-start;
align-items: center;
}
</style>
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