From 447a9703ac381a1596ed0c8a194452eaba7d9cdd Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 14 Jun 2022 14:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=B1=BB=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/apps/AppMassNotification/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/apps/AppMassNotification/components/List.vue b/core/apps/AppMassNotification/components/List.vue index fedece76..35ebed3e 100644 --- a/core/apps/AppMassNotification/components/List.vue +++ b/core/apps/AppMassNotification/components/List.vue @@ -77,7 +77,7 @@ export default { } return [ { prop: "fileList", label: '消息类型', align: "center", width: "250px", formart: v => v?.map(e=> conType[e.contentType]).toString() }, - { prop: "fileList", label: '消息类型', align: "center", width: "250px", formart: v => v?.filter(e=> e.contentType == 'text')[0].content }, + { prop: "fileList", label: '消息类容', align: "center", width: "250px", formart: v => v?.filter(e=> e.contentType == 'text')[0].content }, // { slot: 'type' }, { prop: "sendType", label: '发送类型', align: "center", width: "250px", formart: v => v == 0 ? '立即发送' : '定时发送'}, { prop: "createTime", label: '创建时间', align: "center", width: "250px"},