diff --git a/packages/3.0.0/AppShowProduce/components/List.vue b/packages/3.0.0/AppShowProduce/components/List.vue index a37e78e3..88e5d3bf 100644 --- a/packages/3.0.0/AppShowProduce/components/List.vue +++ b/packages/3.0.0/AppShowProduce/components/List.vue @@ -60,9 +60,9 @@ colConfigs: [ { type: 'selection' }, { prop: 'name', label: '标题' }, - { prop: 'createUserName', align: 'center', label: '类型' }, - { prop: 'description', align: 'center', label: '描述' }, { prop: 'status', align: 'center', label: '状态', formart: v => v === '1' ? '已开启' : '未开启' }, + { prop: 'description', align: 'center', label: '联系电话' }, + { prop: 'description', align: 'center', label: '发布人' }, { prop: 'createTime', align: 'center', label: '创建时间' } ], ids: [], @@ -82,7 +82,7 @@ methods: { getList () { - this.instance.post(`/app/appdiylargescreen/allLargeScreenProjectByPage`, null, { + this.instance.post(`/app/appshowagriculturalproduce/list`, null, { params: { ...this.search } diff --git a/packages/3.0.0/AppVillageActivity/components/List.vue b/packages/3.0.0/AppVillageActivity/components/List.vue index 810e99ec..74555afd 100644 --- a/packages/3.0.0/AppVillageActivity/components/List.vue +++ b/packages/3.0.0/AppVillageActivity/components/List.vue @@ -7,17 +7,17 @@ + placeholder="活动状态" + :selectList="dict.getDict('villageActivityStatus')">