Commit 53315dcbc0d93c5efd5791dd2016544374418ee8
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,6 +23,7 @@ | ||
| 23 | :data="rebuildData" | 23 | :data="rebuildData" |
| 24 | :row-key="rowKey" | 24 | :row-key="rowKey" |
| 25 | :columns-width="columnsWidth" | 25 | :columns-width="columnsWidth" |
| 26 | + :row-expander="rowExpander" | ||
| 26 | :obj-data="objData"></table-body> | 27 | :obj-data="objData"></table-body> |
| 27 | </div> | 28 | </div> |
| 28 | <div | 29 | <div |
| @@ -62,6 +63,7 @@ | @@ -62,6 +63,7 @@ | ||
| 62 | :data="rebuildData" | 63 | :data="rebuildData" |
| 63 | :row-key="rowKey" | 64 | :row-key="rowKey" |
| 64 | :columns-width="columnsWidth" | 65 | :columns-width="columnsWidth" |
| 66 | + :row-expander="rowExpander" | ||
| 65 | :obj-data="objData"></table-body> | 67 | :obj-data="objData"></table-body> |
| 66 | </div> | 68 | </div> |
| 67 | </div> | 69 | </div> |