mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	1. 修复“登陆”=》“登录”
2. 增加社交平台的绑定与解绑
This commit is contained in:
		@@ -132,7 +132,7 @@ export default {
 | 
			
		||||
        }).then(function() {
 | 
			
		||||
          return exportLoginLog(queryParams);
 | 
			
		||||
        }).then(response => {
 | 
			
		||||
          this.downloadExcel(response, '登陆日志.xls');
 | 
			
		||||
          this.downloadExcel(response, '登录日志.xls');
 | 
			
		||||
        })
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,7 @@
 | 
			
		||||
      <el-table-column label="会话编号" align="center" prop="id" width="300" />
 | 
			
		||||
      <el-table-column label="登录名称" align="center" prop="username" width="100" />
 | 
			
		||||
      <el-table-column label="部门名称" align="center" prop="deptName" width="100" />
 | 
			
		||||
      <el-table-column label="登陆地址" align="center" prop="userIp" width="100" />
 | 
			
		||||
      <el-table-column label="登录地址" align="center" prop="userIp" width="100" />
 | 
			
		||||
      <el-table-column label="userAgent" align="center" prop="userAgent" :show-overflow-tooltip="true" />
 | 
			
		||||
      <el-table-column label="登录时间" align="center" prop="createTime" width="180">
 | 
			
		||||
        <template slot-scope="scope">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user