chore: 升级依赖,element-plus最新版兼容处理

This commit is contained in:
xiaoxian521
2024-08-12 14:51:34 +08:00
parent 244ab7f990
commit 5fbb664da7
15 changed files with 1183 additions and 1193 deletions

View File

@@ -116,7 +116,11 @@ const columns: TableColumnList = [
border
lazy
:load="load"
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
:tree-props="{
hasChildren: 'hasChildren',
children: 'children',
checkStrictly: false
}"
/>
</div>
</template>