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"},