From 1010a868af34fedb97450bfd1c3ca5527fa86e5e Mon Sep 17 00:00:00 2001 From: Gzx1999 Date: Tue, 19 Dec 2023 16:00:21 +0800 Subject: [PATCH] add breadcrumb path display --- .../views/Batch/components/UpdateBatch.vue | 2 +- .../src/views/Home/components/BreadCrumb.vue | 28 ++++++++++++++++++- .../src/views/Home/components/TagView.vue | 9 ++++++ 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 frontend/src/views/Home/components/TagView.vue diff --git a/frontend/src/views/Batch/components/UpdateBatch.vue b/frontend/src/views/Batch/components/UpdateBatch.vue index f41a144..162f4e8 100644 --- a/frontend/src/views/Batch/components/UpdateBatch.vue +++ b/frontend/src/views/Batch/components/UpdateBatch.vue @@ -13,7 +13,7 @@ diff --git a/frontend/src/views/Home/components/TagView.vue b/frontend/src/views/Home/components/TagView.vue new file mode 100644 index 0000000..49d895f --- /dev/null +++ b/frontend/src/views/Home/components/TagView.vue @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file -- Gitee