|
@@ -41,6 +41,7 @@
|
|
|
row-key="menuId"
|
|
row-key="menuId"
|
|
|
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
|
|
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
|
|
|
:default-expand-all="isExpandAll"
|
|
:default-expand-all="isExpandAll"
|
|
|
|
|
+ height="75vh"
|
|
|
>
|
|
>
|
|
|
<el-table-column prop="menuName" label="菜单名称" :show-overflow-tooltip="true" width="160"></el-table-column>
|
|
<el-table-column prop="menuName" label="菜单名称" :show-overflow-tooltip="true" width="160"></el-table-column>
|
|
|
<el-table-column prop="icon" label="图标" align="center" width="100">
|
|
<el-table-column prop="icon" label="图标" align="center" width="100">
|