We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vben Admin V5
<template> <Modal title="数据权限" class="w-[40%]"> <Form class="mr-4"> <template #dataScopeDeptIds="slotProps"> <div class="h-[260px] w-full"> <el-scrollbar> <VbenTree :tree-data="deptTree" multiple bordered :expanded="expandedKeys" v-bind="slotProps" value-field="id" label-field="name" :auto-check-parent="false" :check-strictly="!isCheckStrictly" /> </el-scrollbar> </div> </template> </Form> <template #prepend-footer> <div class="flex flex-auto items-center"> <ElCheckbox v-model="isAllSelected" @change="toggleSelectAll"> 全选 </ElCheckbox> <ElCheckbox v-model="isExpanded" @change="toggleExpandAll"> 全部展开 </ElCheckbox> <ElCheckbox v-model="isCheckStrictly"> 父子联动 </ElCheckbox> </div> </template> </Modal> </template>
null
all
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Version
Vben Admin V5
Describe the bug?
Vben Modal 弹窗中,使用 包裹 VbenTree 组件无法展开折叠
Reproduction
null
System Info
Relevant log output
Validations
The text was updated successfully, but these errors were encountered: