feat(sj_1.0.0_beta3): 调整批次任务的列表创建时间的顺序
This commit is contained in:
parent
f68d50aa12
commit
8d8d06cd35
@ -87,12 +87,6 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP
|
|||||||
return <NTag type={tagMap[row.taskBatchStatus!]}>{label}</NTag>;
|
return <NTag type={tagMap[row.taskBatchStatus!]}>{label}</NTag>;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: 'createDt',
|
|
||||||
title: $t('common.createDt'),
|
|
||||||
align: 'center',
|
|
||||||
minWidth: 120
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: 'operationReason',
|
key: 'operationReason',
|
||||||
title: $t('page.jobBatch.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>;
|
return <NTag type={tagColor(row.operationReason!)}>{label}</NTag>;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'createDt',
|
||||||
|
title: $t('common.createDt'),
|
||||||
|
align: 'center',
|
||||||
|
minWidth: 120
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'operate',
|
key: 'operate',
|
||||||
title: $t('common.operate'),
|
title: $t('common.operate'),
|
||||||
|
Loading…
Reference in New Issue
Block a user