From 7527cdc8c2e360e767fc1f5d19bd4dbbd2c9fd4c Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Sat, 18 Dec 2021 14:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E6=9D=91=E6=B4=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3.0.0/AppShowProduce/components/List.vue | 6 +-- .../AppVillageActivity/components/List.vue | 17 ++++----- .../AppWeddingsFunerals/components/List.vue | 37 ++++++++++++++----- 3 files changed, 37 insertions(+), 23 deletions(-) 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')">