style: 隐藏IP地址区域信息
This commit is contained in:
@@ -66,11 +66,11 @@ let tableColumns: ColumnsType = [
|
|||||||
dataIndex: 'ipaddr',
|
dataIndex: 'ipaddr',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: t('views.monitor.online.loginDes'),
|
// title: t('views.monitor.online.loginDes'),
|
||||||
dataIndex: 'loginLocation',
|
// dataIndex: 'loginLocation',
|
||||||
align: 'center',
|
// align: 'center',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: t('views.monitor.online.os'),
|
title: t('views.monitor.online.os'),
|
||||||
dataIndex: 'os',
|
dataIndex: 'os',
|
||||||
|
|||||||
@@ -112,12 +112,12 @@ let tableColumns: ColumnsType = [
|
|||||||
align: 'left',
|
align: 'left',
|
||||||
width: 150,
|
width: 150,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: t('views.system.log.login.loginLoc'),
|
// title: t('views.system.log.login.loginLoc'),
|
||||||
dataIndex: 'loginLocation',
|
// dataIndex: 'loginLocation',
|
||||||
align: 'left',
|
// align: 'left',
|
||||||
width: 150,
|
// width: 150,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: t('views.system.log.login.os'),
|
title: t('views.system.log.login.os'),
|
||||||
dataIndex: 'os',
|
dataIndex: 'os',
|
||||||
|
|||||||
@@ -656,8 +656,7 @@ onMounted(() => {
|
|||||||
:label="t('views.system.log.operate.operUser')"
|
:label="t('views.system.log.operate.operUser')"
|
||||||
name="operName"
|
name="operName"
|
||||||
>
|
>
|
||||||
{{ modalState.from.operName }} / {{ modalState.from.operIp }} /
|
{{ modalState.from.operName }} / {{ modalState.from.operIp }}
|
||||||
{{ modalState.from.operLocation }}
|
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
|
|||||||
Reference in New Issue
Block a user