Merge remote-tracking branch 'origin/main' into lichang
This commit is contained in:
@@ -106,7 +106,7 @@ let tableColumns: ColumnsType = [
|
|||||||
title: t('views.system.log.operate.moduleName'),
|
title: t('views.system.log.operate.moduleName'),
|
||||||
dataIndex: 'title',
|
dataIndex: 'title',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
width: 200,
|
width: 250,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.system.log.operate.workType'),
|
title: t('views.system.log.operate.workType'),
|
||||||
@@ -121,12 +121,12 @@ let tableColumns: ColumnsType = [
|
|||||||
align: 'left',
|
align: 'left',
|
||||||
width: 120,
|
width: 120,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: t('views.system.log.operate.requestMe'),
|
// title: t('views.system.log.operate.requestMe'),
|
||||||
dataIndex: 'requestMethod',
|
// dataIndex: 'requestMethod',
|
||||||
align: 'left',
|
// align: 'left',
|
||||||
width: 150,
|
// width: 150,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: t('views.system.log.operate.host'),
|
title: t('views.system.log.operate.host'),
|
||||||
dataIndex: 'operIp',
|
dataIndex: 'operIp',
|
||||||
|
|||||||
Reference in New Issue
Block a user