feat:【antd】【ele】【member 会员】level 迁移 ele

This commit is contained in:
YunaiV
2025-10-07 10:30:24 +08:00
parent 2f6e7ced5e
commit ba47b627c8
8 changed files with 68 additions and 19 deletions

View File

@@ -100,15 +100,16 @@ const [Grid, gridApi] = useVbenVxeGrid({
:actions="[
{
label: $t('common.edit'),
type: 'link',
type: 'primary',
link: true,
icon: ACTION_ICON.EDIT,
auth: ['member:group:update'],
onClick: handleEdit.bind(null, row),
},
{
label: $t('common.delete'),
type: 'link',
danger: true,
type: 'danger',
link: true,
icon: ACTION_ICON.DELETE,
auth: ['member:group:delete'],
popConfirm: {