From fe42ca706295cebbf654b6f4b1177a3443dd3d90 Mon Sep 17 00:00:00 2001 From: Gzx1999 Date: Thu, 23 Nov 2023 14:36:31 +0800 Subject: [PATCH] add machines list in batch detail page --- frontend/src/views/Batch/Batch.vue | 10 +++-- frontend/src/views/Batch/Detail.vue | 59 +++++++++++++++++++++++++++-- 2 files changed, 62 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/Batch/Batch.vue b/frontend/src/views/Batch/Batch.vue index 8dd41ea..ec6983f 100644 --- a/frontend/src/views/Batch/Batch.vue +++ b/frontend/src/views/Batch/Batch.vue @@ -22,7 +22,7 @@ diff --git a/frontend/src/views/Batch/Detail.vue b/frontend/src/views/Batch/Detail.vue index a567aa7..bb76d50 100644 --- a/frontend/src/views/Batch/Detail.vue +++ b/frontend/src/views/Batch/Detail.vue @@ -1,9 +1,62 @@ - \ No newline at end of file + \ No newline at end of file -- Gitee