显示消息状态

dev/full-email
Ycc 5 months ago
parent 30201094d9
commit 78eddb5ce5

@ -82,7 +82,7 @@ const Index = () => {
key: 'crt_conversation_id',
render: (text, record) => {
if (text) {
return <Link to={`/order/chat/${record.crt_conversation_id}`}>查看会话</Link>
return <Link to={`/order/chat/${record.crt_coli_id}`}>查看会话 ${record.msg_status}</Link>
}
},
},

Loading…
Cancel
Save