Explorar el Código

去掉登录日志列表中登录地点显示

xusl hace 1 año
padre
commit
481efab243
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ui/src/views/auditManager/logininfo/index.vue

+ 1 - 1
ui/src/views/auditManager/logininfo/index.vue

@@ -98,7 +98,7 @@
         <vxe-table-column field="infoId" title="访问编号"/>
         <vxe-table-column field="userName" title="用户账号" :sortable="true"/>
         <vxe-table-column field="ipaddr" title="登录地址" width="130"/>
-        <vxe-table-column field="loginLocation" title="登录地点"/>
+<!--        <vxe-table-column field="loginLocation" title="登录地点"/>-->
         <vxe-table-column field="browser" title="浏览器"/>
         <vxe-table-column field="os" title="操作系统"/>
         <vxe-table-column field="status" title="登录状态" :formatter="statusFormat"/>