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') }}
-
+
-
-
+
+
+
+
- {{ $getDictLabel("notice_type", scope.row.type) }}
+
+ {{ scope.row.content }}
+
-
-
+
+
+ {{ $getDictLabel("notice_type", scope.row.type) }}
+
+
+
+
- {{ $t('notice.status0') }}
- {{ $t('notice.status1') }}
+ {{ $t('notice.status0') }}
+ {{ $t('notice.status1') }}
- {{ $t('update') }}
- {{ $t('notice.view') }}
+
+ {{ $t('update') }}
+ {{
+ $t('notice.view')
+ }}
{{ $t('delete') }}
-
@@ -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 {
}
}
+