diff --git a/src/views/monitor/schedulerExecuteLog/utils/columns.ts b/src/views/monitor/schedulerExecuteLog/utils/columns.ts index b671fbc..70e8b50 100644 --- a/src/views/monitor/schedulerExecuteLog/utils/columns.ts +++ b/src/views/monitor/schedulerExecuteLog/utils/columns.ts @@ -10,13 +10,13 @@ export const columns: TableColumnList = [ // 任务分组 { label: $t('quartzExecuteLog_jobGroup'), prop: 'jobGroup', width: 100 }, // 执行任务类名 - { label: $t('quartzExecuteLog_jobClassName'), prop: 'jobClassName', width: 100 }, + { label: $t('quartzExecuteLog_jobClassName'), prop: 'jobClassName', width: 300 }, // 执行任务core表达式 - { label: $t('quartzExecuteLog_cronExpression'), prop: 'cronExpression', width: 100 }, + { label: $t('quartzExecuteLog_cronExpression'), prop: 'cronExpression', width: 120 }, // 触发器名称 { label: $t('quartzExecuteLog_triggerName'), prop: 'triggerName', width: 100 }, // 执行结果 - { label: $t('quartzExecuteLog_executeResult'), prop: 'executeResult', width: 410, slot: 'executeResult' }, + { label: $t('quartzExecuteLog_executeResult'), prop: 'executeResult', minWidth: 410, slot: 'executeResult' }, // 执行时间 { label: $t('quartzExecuteLog_duration'), prop: 'duration', width: 100 }, { label: $t('table.updateTime'), prop: 'updateTime', sortable: true, width: 160 }, diff --git a/src/views/monitor/userLoginLog/utils/columns.ts b/src/views/monitor/userLoginLog/utils/columns.ts index cbd0f11..0473eb9 100644 --- a/src/views/monitor/userLoginLog/utils/columns.ts +++ b/src/views/monitor/userLoginLog/utils/columns.ts @@ -12,7 +12,7 @@ export const columns: TableColumnList = [ // 登录Ip归属地 { label: $t('userLoginLog_ipRegion'), prop: 'ipRegion', width: 160 }, // 登录时代理 - { label: $t('userLoginLog_userAgent'), prop: 'userAgent', width: 130 }, + { label: $t('userLoginLog_userAgent'), prop: 'userAgent' }, // 操作类型 { label: $t('userLoginLog_type'), prop: 'type', width: 130 }, // 标识客户端是否是通过Ajax发送请求的