hgwms-2098 fix 租户管理弹窗修改

hwork-master
A0066811 2025-11-07 14:58:09 +08:00
parent 126586f663
commit e0d6edfd58
3 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,10 @@
<template>
<a-drawer :open="visible" title="权限配置" style="padding: 0 8px">
<a-drawer :open="visible" title="权限配置" width="560">
<a-tabs v-model:activeKey="state.active">
<a-tab-pane key="1" tab="菜单权限">
<a-tree
checkable
style="padding: 0 6px"
checkStrictly
show-line="true"
:tree-data="state.powers"

View File

@ -1,5 +1,5 @@
<template>
<a-drawer :open="visible" title="权限配置">
<a-drawer :open="visible" title="权限配置" width="560">
<a-tree
style="padding: 0 6px"
checkable

View File

@ -2,6 +2,7 @@
<a-drawer
:open="visible"
title="新增租户"
width="560"
>
<a-form
ref="formRef"