feat(sj_1.0.0_beta3): 调整批次任务的列表创建时间的顺序

This commit is contained in:
opensnail 2024-06-02 14:26:22 +08:00
parent f68d50aa12
commit 8d8d06cd35

View File

@ -87,12 +87,6 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP
return <NTag type={tagMap[row.taskBatchStatus!]}>{label}</NTag>;
}
},
{
key: 'createDt',
title: $t('common.createDt'),
align: 'center',
minWidth: 120
},
{
key: 'operationReason',
title: $t('page.jobBatch.operationReason'),
@ -107,6 +101,12 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP
return <NTag type={tagColor(row.operationReason!)}>{label}</NTag>;
}
},
{
key: 'createDt',
title: $t('common.createDt'),
align: 'center',
minWidth: 120
},
{
key: 'operate',
title: $t('common.operate'),