style: 隐藏IP地址区域信息

This commit is contained in:
TsMask
2024-05-15 19:21:24 +08:00
parent f6122c0758
commit ce1944881a
3 changed files with 12 additions and 13 deletions

View File

@@ -66,11 +66,11 @@ let tableColumns: ColumnsType = [
dataIndex: 'ipaddr',
align: 'center',
},
{
title: t('views.monitor.online.loginDes'),
dataIndex: 'loginLocation',
align: 'center',
},
// {
// title: t('views.monitor.online.loginDes'),
// dataIndex: 'loginLocation',
// align: 'center',
// },
{
title: t('views.monitor.online.os'),
dataIndex: 'os',

View File

@@ -112,12 +112,12 @@ let tableColumns: ColumnsType = [
align: 'left',
width: 150,
},
{
title: t('views.system.log.login.loginLoc'),
dataIndex: 'loginLocation',
align: 'left',
width: 150,
},
// {
// title: t('views.system.log.login.loginLoc'),
// dataIndex: 'loginLocation',
// align: 'left',
// width: 150,
// },
{
title: t('views.system.log.login.os'),
dataIndex: 'os',

View File

@@ -656,8 +656,7 @@ onMounted(() => {
:label="t('views.system.log.operate.operUser')"
name="operName"
>
{{ modalState.from.operName }} / {{ modalState.from.operIp }} /
{{ modalState.from.operLocation }}
{{ modalState.from.operName }} / {{ modalState.from.operIp }}
</a-form-item>
</a-col>
</a-row>