diff --git a/src/views/job/batch/index.vue b/src/views/job/batch/index.vue index 2bf152f..43cf6dc 100644 --- a/src/views/job/batch/index.vue +++ b/src/views/job/batch/index.vue @@ -87,12 +87,6 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP return {label}; } }, - { - 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 {label}; } }, + { + key: 'createDt', + title: $t('common.createDt'), + align: 'center', + minWidth: 120 + }, { key: 'operate', title: $t('common.operate'),