消息类容

This commit is contained in:
shijingjing
2022-06-14 14:39:52 +08:00
parent 7235fd4834
commit 447a9703ac

View File

@@ -77,7 +77,7 @@ export default {
} }
return [ 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?.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' }, // { slot: 'type' },
{ prop: "sendType", label: '发送类型', align: "center", width: "250px", formart: v => v == 0 ? '立即发送' : '定时发送'}, { prop: "sendType", label: '发送类型', align: "center", width: "250px", formart: v => v == 0 ? '立即发送' : '定时发送'},
{ prop: "createTime", label: '创建时间', align: "center", width: "250px"}, { prop: "createTime", label: '创建时间', align: "center", width: "250px"},