src/tabviews/custom/components/share/normalTable/index.jsx
@@ -348,11 +348,8 @@ if (content !== '') { content = `${col.prefix || ''}${content}${col.postfix || ''}` if (col.eval === 'false') { content = content.replace(/\n/ig, '<br/>').replace(/\s/ig, ' ') content = <span dangerouslySetInnerHTML={{__html: content}}></span> } } if (col.marks) {