From 14813c1f4dbfdf1a0cb1bb96c0dc7ab554b29132 Mon Sep 17 00:00:00 2001 From: guoyue Date: Tue, 1 Nov 2022 18:06:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E6=A0=87=E7=AD=BE=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ability/components/tag-directory.vue | 144 ++++++++++++++++++ .../ability/components/tag-sys-build-life.vue | 62 ++++++++ .../ability/components/tag-sys-build.vue | 103 +++++++++++++ back/src/views/modules/ability/tag.vue | 105 ++++++------- 4 files changed, 356 insertions(+), 58 deletions(-) create mode 100644 back/src/views/modules/ability/components/tag-directory.vue create mode 100644 back/src/views/modules/ability/components/tag-sys-build-life.vue create mode 100644 back/src/views/modules/ability/components/tag-sys-build.vue diff --git a/back/src/views/modules/ability/components/tag-directory.vue b/back/src/views/modules/ability/components/tag-directory.vue new file mode 100644 index 00000000..e2d17b0d --- /dev/null +++ b/back/src/views/modules/ability/components/tag-directory.vue @@ -0,0 +1,144 @@ + + + + + \ No newline at end of file diff --git a/back/src/views/modules/ability/components/tag-sys-build-life.vue b/back/src/views/modules/ability/components/tag-sys-build-life.vue new file mode 100644 index 00000000..d99f7649 --- /dev/null +++ b/back/src/views/modules/ability/components/tag-sys-build-life.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/back/src/views/modules/ability/components/tag-sys-build.vue b/back/src/views/modules/ability/components/tag-sys-build.vue new file mode 100644 index 00000000..0fec5d68 --- /dev/null +++ b/back/src/views/modules/ability/components/tag-sys-build.vue @@ -0,0 +1,103 @@ + + + + \ No newline at end of file diff --git a/back/src/views/modules/ability/tag.vue b/back/src/views/modules/ability/tag.vue index 35eb9f1e..96e56d4d 100644 --- a/back/src/views/modules/ability/tag.vue +++ b/back/src/views/modules/ability/tag.vue @@ -1,75 +1,40 @@ + \ No newline at end of file