From 4aae1d60dc7ee02b32dc53d6427c5af43839b7da Mon Sep 17 00:00:00 2001 From: Gzx1999 Date: Mon, 4 Dec 2023 14:13:49 +0800 Subject: [PATCH] add component UpdateBatch --- .../views/Batch/components/UpdateBatch.vue | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 frontend/src/views/Batch/components/UpdateBatch.vue diff --git a/frontend/src/views/Batch/components/UpdateBatch.vue b/frontend/src/views/Batch/components/UpdateBatch.vue new file mode 100644 index 0000000..5a90f71 --- /dev/null +++ b/frontend/src/views/Batch/components/UpdateBatch.vue @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file -- Gitee