diff --git a/back/src/views/modules/ability/tag-data.vue b/back/src/views/modules/ability/tag-data.vue
index 0de073c9..113e5cb6 100644
--- a/back/src/views/modules/ability/tag-data.vue
+++ b/back/src/views/modules/ability/tag-data.vue
@@ -12,40 +12,43 @@
{{ $t('query') }}
- {{ $t('add') }}
+ {{ $t('add') }}
+
- {{ $t('deleteBatch') }}
+ {{ $t('deleteBatch')
+ }}
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
- {{ $t('update') }}
- {{ $t('delete') }}
+ {{ scope.row.status == 1 ? '启用' : '禁用' }}
+
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
-
@@ -59,7 +62,7 @@ import mixinViewModule from '@/mixins/view-module'
// import AddOrUpdate from './dict-data-add-or-update'
export default {
mixins: [mixinViewModule],
- data () {
+ data() {
return {
mixinViewModuleOptions: {
createdIsNeed: false,
@@ -78,13 +81,13 @@ export default {
components: {
// AddOrUpdate
},
- created () {
+ created() {
this.dataForm.dictTypeId = this.$route.params.dictTypeId || '0'
this.getDataList()
},
methods: {
// 新增 / 修改
- addOrUpdateHandle (id) {
+ addOrUpdateHandle(id) {
this.addOrUpdateVisible = true
this.$nextTick(() => {
this.$refs.addOrUpdate.dataForm.id = id
diff --git a/back/src/views/modules/ability/tag.vue b/back/src/views/modules/ability/tag.vue
index cf7b5ec6..5af915c5 100644
--- a/back/src/views/modules/ability/tag.vue
+++ b/back/src/views/modules/ability/tag.vue
@@ -5,9 +5,9 @@
-
+
{{ $t('query') }}
@@ -24,7 +24,7 @@
{{ scope.row.dictType }}
-
+