|
@@ -139,6 +139,7 @@
|
|
|
<el-table height="660" 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" width="150px"/>
|
|
|
<el-table-column label="用户昵称" align="center" prop="nickName" width="150px"/>
|
|
|
<el-table-column label="用户头像" align="center" prop="avatar" >
|
|
|
<template slot-scope="scope">
|