浏览代码

展示会员id

yfh 17 小时之前
父节点
当前提交
0363229603
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/his/user/index.vue

+ 1 - 0
src/views/his/user/index.vue

@@ -139,6 +139,7 @@
     <el-table height="660" v-loading="loading" border :data="userList" @selection-change="handleSelectionChange" >
     <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 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="nickName" width="150px"/>
       <el-table-column label="用户头像" align="center" prop="avatar" >
       <el-table-column label="用户头像" align="center" prop="avatar" >
          <template slot-scope="scope">
          <template slot-scope="scope">