chore: fix console warning
This commit is contained in:
parent
a7512adcec
commit
af11e2a5fb
@ -210,10 +210,14 @@ function handleMultiDelete() {
|
|||||||
<Popconfirm
|
<Popconfirm
|
||||||
placement="left"
|
placement="left"
|
||||||
title="确认删除?"
|
title="确认删除?"
|
||||||
v-access:code="['system:user:delete']"
|
|
||||||
@confirm="handleDelete(row)"
|
@confirm="handleDelete(row)"
|
||||||
>
|
>
|
||||||
<a-button danger size="small" @click.stop="">
|
<a-button
|
||||||
|
danger
|
||||||
|
size="small"
|
||||||
|
v-access:code="['system:user:delete']"
|
||||||
|
@click.stop=""
|
||||||
|
>
|
||||||
{{ $t('pages.common.delete') }}
|
{{ $t('pages.common.delete') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
</Popconfirm>
|
</Popconfirm>
|
||||||
|
Loading…
Reference in New Issue
Block a user