mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	登录地点设置内容过长则隐藏显示
This commit is contained in:
		@@ -91,7 +91,7 @@
 | 
			
		||||
      <el-table-column label="访问编号" align="center" prop="infoId" />
 | 
			
		||||
      <el-table-column label="用户名称" align="center" prop="userName" />
 | 
			
		||||
      <el-table-column label="登录地址" align="center" prop="ipaddr" width="130" :show-overflow-tooltip="true" />
 | 
			
		||||
      <el-table-column label="登录地点" align="center" prop="loginLocation" />
 | 
			
		||||
      <el-table-column label="登录地点" align="center" prop="loginLocation" :show-overflow-tooltip="true" />
 | 
			
		||||
      <el-table-column label="浏览器" align="center" prop="browser" />
 | 
			
		||||
      <el-table-column label="操作系统" align="center" prop="os" />
 | 
			
		||||
      <el-table-column label="登录状态" align="center" prop="status" :formatter="statusFormat" />
 | 
			
		||||
 
 | 
			
		||||
@@ -110,7 +110,7 @@
 | 
			
		||||
      <el-table-column label="请求方式" align="center" prop="requestMethod" />
 | 
			
		||||
      <el-table-column label="操作人员" align="center" prop="operName" />
 | 
			
		||||
      <el-table-column label="主机" align="center" prop="operIp" width="130" :show-overflow-tooltip="true" />
 | 
			
		||||
      <el-table-column label="操作地点" align="center" prop="operLocation" />
 | 
			
		||||
      <el-table-column label="操作地点" align="center" prop="operLocation" :show-overflow-tooltip="true" />
 | 
			
		||||
      <el-table-column label="操作状态" align="center" prop="status" :formatter="statusFormat" />
 | 
			
		||||
      <el-table-column label="操作日期" align="center" prop="operTime" width="180">
 | 
			
		||||
        <template slot-scope="scope">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user