src/tabviews/commontable/mainTable/index.jsx
@@ -96,7 +96,8 @@ } if (content && item.format === 'thdSeparator') { content = `${content}` content = content.replace(/\d{1,3}(?=(\d{3})+(\.\d*)?$)/g, '$&,') } content = (item.prefix || '') + content + (item.postfix || '') @@ -109,7 +110,7 @@ </div> </div> ) } else if (item.type === 'operation') { } else if (item.type === 'action') { return ( <div className={item.style} style={{ minWidth: (item.Width || 120) + 'px' }}> {item.operations.map(btn => {