This commit is contained in:
server
2025-09-16 12:43:22 +08:00
parent cadaf1b65f
commit eacc8db1b0
2 changed files with 2 additions and 2 deletions
@@ -142,7 +142,7 @@ layout("/layouts/platform.html"){
return {
pageForm: {
year: this.$moment().format("YYYY"),
activityType: 2
activityType: 4
},
tableColumns: [
{ label: "活动名称", prop: "activityName", width: 600},
@@ -100,7 +100,7 @@ layout("/layouts/platform_h5.html"){
totalCount: 0,
searchKeyword: '',
year: new Date().getFullYear(),
activityType: 2,
activityType: 4,
},
typeOptions: [
{text: '全部', value: 1},