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

This commit is contained in:
TsMask
2024-05-30 18:07:52 +08:00

View File

@@ -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',