mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-12 09:10:09 +08:00
chore: 阻止冒泡
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user