Merge remote-tracking branch 'origin/main' into lichang

This commit is contained in:
TsMask
2024-05-17 18:11:53 +08:00
11 changed files with 66 additions and 723 deletions

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>