chore: 优化部分代码格式

This commit is contained in:
2024-10-13 15:57:08 +08:00
parent 6a77168645
commit 13823461d2
11 changed files with 16 additions and 28 deletions

View File

@@ -25,9 +25,7 @@
</template>
<template #toolbar-right>
<a-button v-permission="['monitor:log:export']" @click="onExport">
<template #icon>
<icon-download />
</template>
<template #icon><icon-download /></template>
<template #default>导出</template>
</a-button>
</template>

View File

@@ -26,9 +26,7 @@
</template>
<template #toolbar-right>
<a-button v-permission="['monitor:log:export']" @click="onExport">
<template #icon>
<icon-download />
</template>
<template #icon><icon-download /></template>
<template #default>导出</template>
</a-button>
</template>