src/tabviews/custom/components/card/table-card/index.jsx @@ -60,6 +60,7 @@ item.key = index item.$$uuid = item[_config.setting.primaryKey] || '' item.$$BID = BID || '' item.$$BData = BData || '' item.$Index = index + 1 + '' return item })