mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
vue3【loginlog】:1)review 样式
This commit is contained in:
parent
9c49f75e13
commit
20fc9cfb83
@ -2,6 +2,7 @@
|
||||
<ContentWrap>
|
||||
<!-- 列表 -->
|
||||
<vxe-grid ref="xGrid" v-bind="gridOptions" class="xtable-scrollbar">
|
||||
<!-- 操作:导出 -->
|
||||
<template #toolbar_buttons>
|
||||
<XButton
|
||||
type="warning"
|
||||
|
@ -26,7 +26,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
},
|
||||
{
|
||||
title: '浏览器',
|
||||
field: 'userAgent'
|
||||
field: 'userAgent' // TODO 星语:调宽一点,UA 稍微多展示一点,虽然最终都会缩略
|
||||
},
|
||||
{
|
||||
title: '登陆结果',
|
||||
@ -34,7 +34,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
dictType: DICT_TYPE.SYSTEM_LOGIN_RESULT
|
||||
},
|
||||
{
|
||||
title: '登录日期',
|
||||
title: '登录日期', // TODO 星语:有点窄,看看咋调宽一点,避免日期展示不全
|
||||
field: 'createTime',
|
||||
formatter: 'formatDate',
|
||||
isSearch: true,
|
||||
|
Loading…
Reference in New Issue
Block a user