imeik-bizui 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -624,7 +624,7 @@ export default {
624
624
  sums[index] = '合计'
625
625
  return
626
626
  }
627
- if (index === 7) {
627
+ if (index === 6) {
628
628
  const values = data.map((item) => {
629
629
  if (item._newData) {
630
630
  return item?._newData[column.property]