显示错误内容

dev/full-email
Ycc 2 months ago
parent 83b25ca524
commit 1207e8e8b8

@ -158,7 +158,11 @@ const Index = () => {
render: (text, record) => {
if (text) {
const icon = statusIconMap[record.msg_status] || statusIconMap['default']
return <Link to={`/order/chat/${record.crt_coli_sn}`}>查看会话 {icon}</Link>
return (
<Link to={`/order/chat/${record.crt_coli_sn}`} title={record.errors_code ? record.errors_code + '' + record.errors_title : ''}>
查看会话 {icon}
</Link>
)
}
},
},

Loading…
Cancel
Save