订单抽屉滚动

This commit is contained in:
huangdeliang 2021-04-23 11:30:58 +08:00
parent d9be31f876
commit a45060a87c

View File

@ -33,6 +33,7 @@
:data="orderList" :data="orderList"
v-loading="loading" v-loading="loading"
row-key="orderId" row-key="orderId"
height="700"
default-expand-all default-expand-all
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
> >