chore: replace to ghost-button

This commit is contained in:
dap
2024-10-07 16:56:32 +08:00
parent 3edad0459d
commit 0f31c8df57
22 changed files with 326 additions and 323 deletions

View File

@@ -167,14 +167,12 @@ async function handleDelete() {
</Space>
</template>
<template #action="{ row }">
<a-button
size="small"
type="link"
<ghost-button
v-access:code="['monitor:operlog:list']"
@click.stop="handlePreview(row)"
>
{{ $t('pages.common.preview') }}
</a-button>
</ghost-button>
</template>
</BasicTable>
<OperationPreviewDrawer />