king
2024-10-18 ec05c5e71b49183d99de7b41eb0100c438b6e352
src/tabviews/custom/components/table/edit-table/normalTable/index.jsx
@@ -1210,6 +1210,9 @@
          }
          if (col.format === 'percent') {
            content = content * 100
            if (!col.round) {
              content = +content.toFixed(2)
            }
          } else if (col.format === 'abs') {
            content = Math.abs(content)
          }