## 权限组件 PermissionButton ### Props - 继承于`ButtonProps`,进行额外拓展 | 名称 | 类型 | 必传 | | ------------ | --------------- | ---- | | tooltip | TooltipProps | 否 | | popConfirm | PopconfirmProps | 否 | | isPermission | boolean | 否 | import { PermissionButton } from '@/components'; const { permission } = PermissionButton.usePermission('system/Department') 按钮