king
2024-05-08 d08fba77101b83f211738c722403506cc7dab50b
src/tabviews/basetable/index.jsx
@@ -367,7 +367,10 @@
            col.type = 'custom'
          }
          
          if (col.type === 'number') {
          if (col.type === 'index') {
            col.field = '$Index'
            col.type = 'text'
          } else if (col.type === 'number') {
            if (col.sum === 'true') {
              statFields.push(col)
            }