From 402a941c7710cc3f0d9041ede36c369eed44899a Mon Sep 17 00:00:00 2001 From: Gzx1999 Date: Mon, 27 Nov 2023 21:10:45 +0800 Subject: [PATCH] finish delete batch --- frontend/src/components/PGTable.vue | 14 ++++++++++--- frontend/src/views/Batch/Batch.vue | 31 ++++++++++++++++++++++------- 2 files changed, 35 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/PGTable.vue b/frontend/src/components/PGTable.vue index 50f9401..00b68d8 100644 --- a/frontend/src/components/PGTable.vue +++ b/frontend/src/components/PGTable.vue @@ -22,6 +22,7 @@ diff --git a/frontend/src/views/Batch/Batch.vue b/frontend/src/views/Batch/Batch.vue index 9ed8667..4251424 100644 --- a/frontend/src/views/Batch/Batch.vue +++ b/frontend/src/views/Batch/Batch.vue @@ -1,6 +1,7 @@