From 8d8d06cd35139bc66ba5deeab63fa46758dc5e65 Mon Sep 17 00:00:00 2001 From: opensnail <598092184@qq.com> Date: Sun, 2 Jun 2024 14:26:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.0.0=5Fbeta3):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E4=BB=BB=E5=8A=A1=E7=9A=84=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E7=9A=84=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/job/batch/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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'),