fix(ui):some fix (#370)

* pref(ui):some bugfix & some style

* fix(ui):some fix
This commit is contained in:
wang-liang0615
2024-01-10 09:46:02 +08:00
committed by GitHub
parent fc113425cb
commit 521fcd0ba2
8 changed files with 23 additions and 24 deletions

View File

@@ -57,7 +57,7 @@
</a-tag>
</template>
</vxe-column>
<vxe-column field="operate" :title="$t('batchOperate')">
<vxe-column field="operate" :title="$t('acl.batchOperate')">
<template #default="{row}">
<a-button size="small" type="danger" @click="handleClearAll(row)">
{{ $t('clear') }}