Commit 53315dcbc0d93c5efd5791dd2016544374418ee8

Authored by other
1 parent ccfe4714

更新

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/components/table/table.vue
... ... @@ -23,6 +23,7 @@
23 23 :data="rebuildData"
24 24 :row-key="rowKey"
25 25 :columns-width="columnsWidth"
  26 + :row-expander="rowExpander"
26 27 :obj-data="objData"></table-body>
27 28 </div>
28 29 <div
... ... @@ -62,6 +63,7 @@
62 63 :data="rebuildData"
63 64 :row-key="rowKey"
64 65 :columns-width="columnsWidth"
  66 + :row-expander="rowExpander"
65 67 :obj-data="objData"></table-body>
66 68 </div>
67 69 </div>
... ...