diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue
index 534da650..540615d2 100644
--- a/src/views/monitor/job/index.vue
+++ b/src/views/monitor/job/index.vue
@@ -1100,7 +1100,7 @@ onMounted(() => {
diff --git a/src/views/monitor/job/log.vue b/src/views/monitor/job/log.vue
index 1ef1a221..b7cb4c43 100644
--- a/src/views/monitor/job/log.vue
+++ b/src/views/monitor/job/log.vue
@@ -118,8 +118,8 @@ let tableState: TabeStateType = reactive({
let tableColumns: ColumnsType = [
{
title: t('common.rowId'),
- dataIndex: 'jobLogId',
- align: 'center',
+ dataIndex: 'logId',
+ align: 'left',
width: 100,
},
{
@@ -132,7 +132,7 @@ let tableColumns: ColumnsType = [
title: t('views.monitor.jobLog.jobGroup'),
dataIndex: 'jobGroup',
key: 'jobGroup',
- align: 'center',
+ align: 'left',
width: 100,
},
{
@@ -142,17 +142,17 @@ let tableColumns: ColumnsType = [
width: 100,
},
{
- title: t('views.monitor.jobLog.statusFlag'),
+ title: t('views.monitor.jobLog.status'),
dataIndex: 'statusFlag',
key: 'statusFlag',
- align: 'center',
+ align: 'left',
width: 100,
},
{
title: t('views.monitor.jobLog.createTime'),
dataIndex: 'createTime',
- align: 'center',
- width: 150,
+ align: 'left',
+ width: 200,
customRender(opt) {
if (+opt.value <= 0) return '';
return parseDateToStr(+opt.value);
@@ -170,7 +170,7 @@ let tableColumns: ColumnsType = [
},
{
title: t('common.operate'),
- key: 'jobLogId',
+ key: 'logId',
align: 'left',
},
];
@@ -229,7 +229,7 @@ let modalState: ModalStateType = reactive({
open: false,
title: '任务日志',
from: {
- jobLogId: undefined,
+ logId: undefined,
jobName: '',
jobGroup: 'DEFAULT',
invokeTarget: '',
@@ -588,7 +588,7 @@ onMounted(() => {
{
}}
-
+
{{ t('common.viewText') }}
@@ -644,8 +644,8 @@ onMounted(() => {
-
- {{ modalState.from.jobLogId }}
+
+ {{ modalState.from.logId }}