From c65dac78eacce0b0b23d9ef140e74ecb9536438f Mon Sep 17 00:00:00 2001 From: guoyue Date: Wed, 26 Oct 2022 10:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=AB=99=E5=86=85--=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E7=AE=A1=E7=90=86=EF=BC=9A=E6=B6=88=E6=81=AF=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=A2=9E=E5=8A=A0=E6=B6=88=E6=81=AF=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/views/modules/notice/notice.vue | 58 ++++++++++++++++-------- 1 file changed, 39 insertions(+), 19 deletions(-) diff --git a/back/src/views/modules/notice/notice.vue b/back/src/views/modules/notice/notice.vue index 903edf55..a89c69f8 100644 --- a/back/src/views/modules/notice/notice.vue +++ b/back/src/views/modules/notice/notice.vue @@ -15,37 +15,47 @@ {{ $t('deleteBatch') }} - + - - + + + + - - + + + + + - @@ -60,7 +70,7 @@ import AddOrUpdate from './notice-add-or-update' import { addDynamicRoute } from '@/router' export default { mixins: [mixinViewModule], - data () { + data() { return { mixinViewModuleOptions: { getDataListURL: '/sys/notice/page', @@ -77,7 +87,7 @@ export default { AddOrUpdate }, methods: { - viewHandle (row) { + viewHandle(row) { // 路由参数 const routeParams = { routeName: `${this.$route.name}__${row.id}`, @@ -93,3 +103,13 @@ export default { } } +