chore: 阻止冒泡
This commit is contained in:
parent
6e807a3653
commit
9bcdd58174
@ -152,7 +152,7 @@ async function handleDelete() {
|
||||
</Space>
|
||||
</template>
|
||||
<template #action="{ row }">
|
||||
<a-button size="small" type="link" @click="handlePreview(row)">
|
||||
<a-button size="small" type="link" @click.stop="handlePreview(row)">
|
||||
{{ $t('pages.common.preview') }}
|
||||
</a-button>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user