fix: delete user

pull/158/head
xingyu4j 2025-06-26 14:32:49 +08:00
parent ab4e467b45
commit e95805899a
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
icon: ACTION_ICON.DELETE, icon: ACTION_ICON.DELETE,
auth: ['system:user:delete'], auth: ['system:user:delete'],
popConfirm: { popConfirm: {
title: $t('ui.actionMessage.deleteConfirm', [row.name]), title: $t('ui.actionMessage.deleteConfirm', [row.username]),
confirm: handleDelete.bind(null, row), confirm: handleDelete.bind(null, row),
}, },
}, },