src/tabviews/custom/components/share/normalTable/index.jsx
@@ -185,7 +185,7 @@ content = content.replace(/\d{1,3}(?=(\d{3})+(\.\d*)?$)/g, '$&,') } content = col.prefix + content + col.postfix content = (col.prefix || '') + content + (col.postfix || '') } if (col.marks) { @@ -259,7 +259,7 @@ } if (content) { content = col.prefix + content + col.postfix content = (col.prefix || '') + content + (col.postfix || '') } if (col.blur) {