refactor: ♻️ 授权页面重构

重构授权页面
This commit is contained in:
猿小天
2023-06-09 20:35:06 +08:00
parent 6a24683769
commit a462e15643

View File

@@ -22,6 +22,7 @@
:row-config="{keyField: 'menu_id'}"
:tree-config="{transform: true, rowField: 'menu_id', parentField: 'parent'}"
:checkbox-config="{labelField: 'menu_id', checkRowKeys: multipleTableData,checkStrictly:true}"
:expand-config="{accordion:true}"
@toggle-row-expand="menuNodeClick"
:data="menuData">
<vxe-column type="checkbox" title="ID" width="200" tree-node></vxe-column>