消息类容
This commit is contained in:
		| @@ -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"}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user