|
|
@@ -83,7 +83,7 @@
|
|
|
|
|
|
<el-table v-loading="loading" border :data="userList" @selection-change="handleSelectionChange" >
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
-
|
|
|
+ <el-table-column label="会员ID" align="center" prop="userId"/>
|
|
|
<el-table-column label="用户昵称" align="center" prop="nickname" width="150px"/>
|
|
|
<el-table-column label="用户头像" align="center" prop="avatar" >
|
|
|
<template slot-scope="scope">
|
|
|
@@ -101,7 +101,10 @@
|
|
|
<dict-tag :options="userOptions" :value="scope.row.status"/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="注册时间" align="center" prop="createTime" width="150px" />
|
|
|
+ <el-table-column label="注册时间" align="center" prop="createTime" width="100px" />
|
|
|
+ <el-table-column label="APP来源" align="center" prop="source"/>
|
|
|
+ <el-table-column label="登录设备" align="center" prop="loginDevice"/>
|
|
|
+ <el-table-column label="最后一次登录IP" align="center" prop="lastIp"/>
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right" width="150px">
|
|
|
<template slot-scope="scope">
|
|
|
|