1.el-table 代码
<el-table
v-if="refreshTable"
ref="cTable"
v-loading="loading"
:data="list"
:default-expand-all="isExpandAll"
row-key="id"
max-height="500px"
lazy
:load="load"
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
>
<el-table-column align="right" lab