本村活动
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user