From 4341f143f40d3f9438b888206fbb287e21df7fef Mon Sep 17 00:00:00 2001 From: guoyue Date: Sat, 29 Oct 2022 16:43:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=83=BD=E5=8A=9B=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/views/modules/ability/tag-data.vue | 97 ++++++++++++++++++ .../ability/tag-type-add-or-update.vue | 99 +++++++++++++++++++ back/src/views/modules/ability/tag.vue | 92 +++++++++++++++++ 3 files changed, 288 insertions(+) create mode 100644 back/src/views/modules/ability/tag-data.vue create mode 100644 back/src/views/modules/ability/tag-type-add-or-update.vue create mode 100644 back/src/views/modules/ability/tag.vue diff --git a/back/src/views/modules/ability/tag-data.vue b/back/src/views/modules/ability/tag-data.vue new file mode 100644 index 00000000..0de073c9 --- /dev/null +++ b/back/src/views/modules/ability/tag-data.vue @@ -0,0 +1,97 @@ + + + diff --git a/back/src/views/modules/ability/tag-type-add-or-update.vue b/back/src/views/modules/ability/tag-type-add-or-update.vue new file mode 100644 index 00000000..f040fc78 --- /dev/null +++ b/back/src/views/modules/ability/tag-type-add-or-update.vue @@ -0,0 +1,99 @@ + + + diff --git a/back/src/views/modules/ability/tag.vue b/back/src/views/modules/ability/tag.vue new file mode 100644 index 00000000..cf7b5ec6 --- /dev/null +++ b/back/src/views/modules/ability/tag.vue @@ -0,0 +1,92 @@ + + + + \ No newline at end of file