king
2022-05-18 0011ec870d3d1fe9d77a4941358c84acf8632e5e
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) {