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 @@ + + + + + + + + + {{ $t('query') }} + + + + + + + + + + 标签详情 + + + + + + + + + + + + + + + + + + + + + + \ 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 @@ + + + {{ rowData.dictName }} + + + + + + + + {{ $t('cancel') }} + + + + + + + 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 @@ + + + + + + + + + {{ $t('query') }} + + + 新增分类 + + + + + + + + + {{ scope.row.status == 1 ? '启用' : '禁用' }} + + + + + + 修改 + {{ scope.row.status + == 1 ? '禁用' : '启用' + }} + 新建标签 + 生命周期管理 + + + + + + + + + + + + + + + \ 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 @@ - - - - - - - - - {{ $t('query') }} - - - 新增分类 - - - - - - - {{ scope.row.dictType }} - - - - - - - 新增 - 删除 - 修改 - 详情 - {{scope.row.status == 1 ? '禁用' : '启用'}} - - - - - - - + + + + {{ tab.name }} + - + + + + \ No newline at end of file