diff --git a/cds-fontend-2025.V1/src/views/mps/batch/index.vue b/cds-fontend-2025.V1/src/views/mps/batch/index.vue index 5ebec71..d2b032b 100644 --- a/cds-fontend-2025.V1/src/views/mps/batch/index.vue +++ b/cds-fontend-2025.V1/src/views/mps/batch/index.vue @@ -123,15 +123,6 @@ const { ); } }, - { - key: 'preBatchDate', - title: '预批量时间', - align: 'center', - minWidth: 120, - width: 160, - ellipsis: true, - resizable: true - }, { key: 'preBatchStatus', title: '预批量状态', @@ -144,8 +135,8 @@ const { } }, { - key: 'afterBatchDate', - title: '正式批量时间', + key: 'preBatchDate', + title: '预批量时间', align: 'center', minWidth: 120, width: 160, @@ -163,6 +154,15 @@ const { return ; } }, + { + key: 'afterBatchDate', + title: '正式批量时间', + align: 'center', + minWidth: 120, + width: 160, + ellipsis: true, + resizable: true + }, { key: 'checkStatus', title: '核对状态', diff --git a/cds-fontend-2025.V1/src/views/mps/batch/modules/batch-operate-drawer.vue b/cds-fontend-2025.V1/src/views/mps/batch/modules/batch-operate-drawer.vue index 0d8e7dc..fa044c8 100644 --- a/cds-fontend-2025.V1/src/views/mps/batch/modules/batch-operate-drawer.vue +++ b/cds-fontend-2025.V1/src/views/mps/batch/modules/batch-operate-drawer.vue @@ -141,13 +141,7 @@ watch(visible, () => { /> - + { /> - +