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'),
|
||||
dataIndex: 'title',
|
||||
align: 'left',
|
||||
width: 200,
|
||||
width: 250,
|
||||
},
|
||||
{
|
||||
title: t('views.system.log.operate.workType'),
|
||||
@@ -121,12 +121,12 @@ let tableColumns: ColumnsType = [
|
||||
align: 'left',
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: t('views.system.log.operate.requestMe'),
|
||||
dataIndex: 'requestMethod',
|
||||
align: 'left',
|
||||
width: 150,
|
||||
},
|
||||
// {
|
||||
// title: t('views.system.log.operate.requestMe'),
|
||||
// dataIndex: 'requestMethod',
|
||||
// align: 'left',
|
||||
// width: 150,
|
||||
// },
|
||||
{
|
||||
title: t('views.system.log.operate.host'),
|
||||
dataIndex: 'operIp',
|
||||
|
||||
Reference in New Issue
Block a user