From b6f26564c48850d24b7b87adb2ec45c9d482b598 Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 31 Oct 2022 09:18:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=EF=BC=9A=E8=83=BD=E5=8A=9B?= =?UTF-8?q?=E6=A0=87=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 | 59 +++++++++++---------- back/src/views/modules/ability/tag.vue | 6 +-- 2 files changed, 34 insertions(+), 31 deletions(-) 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') + }} - + - - - - - - - + + + + + + + + + + + + + - @@ -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 }} - +