fix: 🧩 日志表格显示问题

This commit is contained in:
bunny 2024-12-20 14:59:25 +08:00
parent d309aa3129
commit 6a77382098
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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发送请求的