mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-18 19:20:05 +08:00
fix: vben codegen antdv 4.0
This commit is contained in:
parent
baa2e69cdf
commit
282c15c7c4
@ -73,7 +73,7 @@ async function handleDelete(record: Recordable) {
|
||||
{ icon: IconEnum.EDIT, label: t('action.edit'), auth: '${permissionPrefix}:update', onClick: handleEdit.bind(null, record) },
|
||||
{
|
||||
icon: IconEnum.DELETE,
|
||||
color: 'error',
|
||||
danger: true,
|
||||
label: t('action.delete'),
|
||||
auth: '${permissionPrefix}:delete',
|
||||
popConfirm: {
|
||||
|
Loading…
Reference in New Issue
Block a user