Explorar o código

木易华康
1.会员管理-显示会员ID、APP来源、登陆设备、最后一次登陆IP
2.企微客户管理-显示外部联系管理会员的ID

Long hai 10 horas
pai
achega
ee7e5f9977

+ 1 - 1
src/views/qw/externalContact/index.vue

@@ -471,7 +471,7 @@
       </el-table-column>
       <el-table-column label="是否绑定会员" width="100px" align="center" fixed="right">
         <template slot-scope="scope">
-          <el-tag v-if="scope.row.fsUserId" >已绑定</el-tag>
+          <el-tag v-if="scope.row.fsUserId" >已绑定<br/>{{scope.row.fsUserId}}</el-tag>
           <el-tag v-else type="info"> 未绑定</el-tag>
         </template>
       </el-table-column>

+ 1 - 1
src/views/qw/externalContact/myExternalContact.vue

@@ -450,7 +450,7 @@
       </el-table-column>
       <el-table-column label="是否绑定会员" width="100px" align="center" fixed="right">
         <template slot-scope="scope">
-          <el-tag v-if="scope.row.fsUserId" >已绑定</el-tag>
+          <el-tag v-if="scope.row.fsUserId" >已绑定<br/>{{scope.row.fsUserId}}</el-tag>
           <el-tag v-else type="info"> 未绑定</el-tag>
         </template>
       </el-table-column>

+ 5 - 2
src/views/store/user/list.vue

@@ -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">