本村活动

This commit is contained in:
yanran200730
2021-12-18 14:16:45 +08:00
parent 3188da1ad3
commit 7527cdc8c2
3 changed files with 37 additions and 23 deletions

View File

@@ -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
}