src/tabviews/custom/components/carousel/prop-card/index.jsx
@@ -61,6 +61,7 @@ } _config.columns.forEach(item => { if (item.type !== 'number') return _cols.set(item.field, item) }) @@ -70,8 +71,8 @@ card.style.cursor = 'pointer' } card.elements = card.elements.map(item => { if (item.field && _cols.has(item.field)) { item.col = _cols.get(item.field) if (item.eleType === 'number' && item.field && _cols.has(item.field) && typeof(item.decimal) !== 'number') { item.decimal = _cols.get(item.field).decimal || 0 } return item })