chore: 阻止冒泡

master
dap 1 year ago
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…
Cancel
Save