From d7f0b63eb95a6ca9a5d8d95aa43c9f09dcf5eb7e Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 27 Jul 2022 17:19:40 +0800 Subject: [PATCH] 30638 --- .../sass/apps/Announce/AppAnnounce/components/List.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/project/sass/apps/Announce/AppAnnounce/components/List.vue b/project/sass/apps/Announce/AppAnnounce/components/List.vue index bafc2f69..d4e36b22 100644 --- a/project/sass/apps/Announce/AppAnnounce/components/List.vue +++ b/project/sass/apps/Announce/AppAnnounce/components/List.vue @@ -116,7 +116,7 @@ total: 0, colConfigs: [ { prop: 'taskTitle', label: '任务名称' }, - { prop: 'sendType', label: '群发类型', formart: v => v === '0' ? '立即发送' : '定时发送', align: 'center' }, + { prop: 'typeName', label: '群发类型', align: 'center' }, { slot: 'user', label: '创建人', openType: 'userName', align: 'center' }, { prop: 'choiceTime', label: '群发时间', align: 'center' }, { @@ -162,7 +162,12 @@ } }).then(res => { if (res.code == 0) { - this.tableData = res.data.records + this.tableData = res.data.records.map(v => { + return { + ...v, + typeName: '群发居民群' + } + }) this.total = res.data.total this.$nextTick(() => {