chore: 优化左树右表

This commit is contained in:
秋帆
2025-01-12 20:30:32 +08:00
parent 4b61e4027e
commit 8c55504bf8
18 changed files with 123 additions and 172 deletions

View File

@@ -9,7 +9,7 @@
<GiTable
v-show="viewType === 'table'"
ref="tableRef"
title="部门管理"
title=""
row-key="id"
:data="dataList"
:columns="columns"