|
|
@@ -201,6 +201,7 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="createTime" label="注册时间"> </el-table-column> |
|
|
|
<el-table-column prop="resultPwd" v-if="sys_user_pwd" label="用户密码"> </el-table-column> |
|
|
|
<el-table-column prop="address" label="操作"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button |
|
|
@@ -1241,6 +1242,7 @@ export default { |
|
|
|
this.resetPassword = this.permissions["resetPassword"]; |
|
|
|
this.sys_user_choseHouse = this.permissions["sys_user_choseHouse"]; |
|
|
|
this.sys_user_bind = this.permissions["sys_user_bind"]; |
|
|
|
this.sys_user_pwd = this.permissions["sys_user_pwd"]; |
|
|
|
// return |
|
|
|
// 获取用户信息 |
|
|
|
let info = getStore({ name: "userInfo" }); |
|
|
|