mirror of
https://github.com/veops/cmdb.git
synced 2025-09-21 12:59:21 +08:00
fix(ui):some fix (#370)
* pref(ui):some bugfix & some style * fix(ui):some fix
This commit is contained in:
@@ -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') }}
|
||||
|
Reference in New Issue
Block a user