@ -127,7 +127,7 @@ function buildColumns(that) {
render: text => (
<span className="overflowHidden1" style={{ maxWidth: '160px'}}
title={`${text && text.length > 10 ? title : ''}`}
title={`${text && text.length > 10 ? text : ''}`}
>
{text}
</span>