BUG 27621

This commit is contained in:
aixianling
2022-02-23 15:16:23 +08:00
parent 92ffbc1231
commit 8ab0d46eaf
46 changed files with 1057 additions and 1000 deletions

View File

@@ -40,6 +40,7 @@ import {mapState} from 'vuex'
export default {
name: "add",
appName:"活动报名",
computed: {
...mapState(['user'])
},

View File

@@ -26,6 +26,7 @@ import {mapState} from 'vuex'
export default {
name: "addContent",
appName: "填写活动日志",
computed: {
...mapState(['user'])
},

View File

@@ -25,6 +25,7 @@ import {mapState} from 'vuex'
export default {
name: 'logDetail',
appName:"活动日志",
computed: {
...mapState(['user']),
},

View File

@@ -17,6 +17,7 @@
export default {
name: "userList",
appName: "活动报名情况",
data() {
return {
id: '',