diff --git a/back/src/views/modules/ability/components/tag-sys-build.vue b/back/src/views/modules/ability/components/tag-sys-build.vue
index d2ca9fdd..863e26cd 100644
--- a/back/src/views/modules/ability/components/tag-sys-build.vue
+++ b/back/src/views/modules/ability/components/tag-sys-build.vue
@@ -3,7 +3,7 @@
-
+
{{ $t('query') }}
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
index f040fc78..5b438514 100644
--- a/back/src/views/modules/ability/tag-type-add-or-update.vue
+++ b/back/src/views/modules/ability/tag-type-add-or-update.vue
@@ -1,16 +1,16 @@
-
-
-
+
+
-
-
+
+
-
-
+
+
@@ -35,21 +35,6 @@ export default {
}
}
},
- computed: {
- dataRule() {
- return {
- dictName: [
- { required: true, message: this.$t('validate.required'), trigger: 'blur' }
- ],
- dictType: [
- { required: true, message: this.$t('validate.required'), trigger: 'blur' }
- ],
- sort: [
- { required: true, message: this.$t('validate.required'), trigger: 'blur' }
- ]
- }
- }
- },
methods: {
init() {
this.visible = true