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