..
This commit is contained in:
@@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user