chore: 阻止冒泡

This commit is contained in:
dap 2024-10-05 13:45:10 +08:00
parent 6e807a3653
commit 9bcdd58174

View File

@ -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>