diff --git a/src/shared/components/StatisticsPanel.vue b/src/shared/components/StatisticsPanel.vue index cfc8abb..c6f9cf5 100644 --- a/src/shared/components/StatisticsPanel.vue +++ b/src/shared/components/StatisticsPanel.vue @@ -88,16 +88,24 @@ striped :columns="columns" :data="list" + :row-key="rowKey" + :expanded-row-keys="expandedRowKeys" + @update:expanded-row-keys="updateExpandedRowKeys" + :row-props="rowProps" />