From 831700660c808a13fa5df83cf09db15a432aca96 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Wed, 4 Jun 2025 21:53:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=A7=92=E8=89=B2=E5=8E=BB?= =?UTF-8?q?=E6=8E=89`more`dropdown=20=E6=94=B9=E4=B8=BA=E5=B9=B3=E9=93=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/role/index.vue | 40 ++++++------------- 1 file changed, 13 insertions(+), 27 deletions(-) diff --git a/apps/web-antd/src/views/system/role/index.vue b/apps/web-antd/src/views/system/role/index.vue index 1df682c2..73d684eb 100644 --- a/apps/web-antd/src/views/system/role/index.vue +++ b/apps/web-antd/src/views/system/role/index.vue @@ -11,14 +11,7 @@ import { useAccess } from '@vben/access'; import { Page, useVbenDrawer, useVbenModal } from '@vben/common-ui'; import { getVxePopupContainer } from '@vben/utils'; -import { - Dropdown, - Menu, - MenuItem, - Modal, - Popconfirm, - Space, -} from 'ant-design-vue'; +import { Modal, Popconfirm, Space } from 'ant-design-vue'; import { useVbenVxeGrid, vxeCheckboxChecked } from '#/adapter/vxe-table'; import { @@ -200,6 +193,18 @@ function handleAssignRole(record: Role) { > {{ $t('pages.common.edit') }} + + 权限 + + + 分配 + - - - - {{ $t('pages.common.more') }} - -