vue3【loginlog】:1)review 样式

This commit is contained in:
YunaiV 2022-11-16 09:56:57 +08:00
parent 9c49f75e13
commit 20fc9cfb83
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
<ContentWrap> <ContentWrap>
<!-- 列表 --> <!-- 列表 -->
<vxe-grid ref="xGrid" v-bind="gridOptions" class="xtable-scrollbar"> <vxe-grid ref="xGrid" v-bind="gridOptions" class="xtable-scrollbar">
<!-- 操作导出 -->
<template #toolbar_buttons> <template #toolbar_buttons>
<XButton <XButton
type="warning" type="warning"

View File

@ -26,7 +26,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
}, },
{ {
title: '浏览器', title: '浏览器',
field: 'userAgent' field: 'userAgent' // TODO 星语调宽一点UA 稍微多展示一点,虽然最终都会缩略
}, },
{ {
title: '登陆结果', title: '登陆结果',
@ -34,7 +34,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
dictType: DICT_TYPE.SYSTEM_LOGIN_RESULT dictType: DICT_TYPE.SYSTEM_LOGIN_RESULT
}, },
{ {
title: '登录日期', title: '登录日期', // TODO 星语:有点窄,看看咋调宽一点,避免日期展示不全
field: 'createTime', field: 'createTime',
formatter: 'formatDate', formatter: 'formatDate',
isSearch: true, isSearch: true,