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 { return {
pageForm: { pageForm: {
year: this.$moment().format("YYYY"), year: this.$moment().format("YYYY"),
activityType: 2 activityType: 4
}, },
tableColumns: [ tableColumns: [
{ label: "活动名称", prop: "activityName", width: 600}, { label: "活动名称", prop: "activityName", width: 600},
@@ -100,7 +100,7 @@ layout("/layouts/platform_h5.html"){
totalCount: 0, totalCount: 0,
searchKeyword: '', searchKeyword: '',
year: new Date().getFullYear(), year: new Date().getFullYear(),
activityType: 2, activityType: 4,
}, },
typeOptions: [ typeOptions: [
{text: '全部', value: 1}, {text: '全部', value: 1},