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 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ 新增分类
+
+
+
+
+
+
+ {{ scope.row.dictType }}
+
+
+
+
+
+
+ 修改
+ 删除
+ 详情
+ 新增
+ 禁用/启用
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file