From 928fe919893343ea88283c161cd4ed6e033b79c1 Mon Sep 17 00:00:00 2001 From: Gzx1999 Date: Thu, 23 Nov 2023 14:53:05 +0800 Subject: [PATCH] request batch detail info and display --- frontend/src/views/Batch/Detail.vue | 35 +++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/Batch/Detail.vue b/frontend/src/views/Batch/Detail.vue index bb76d50..539214f 100644 --- a/frontend/src/views/Batch/Detail.vue +++ b/frontend/src/views/Batch/Detail.vue @@ -31,32 +31,59 @@ - + - + \ No newline at end of file -- Gitee