chore: 优化部分代码

This commit is contained in:
2024-12-12 21:20:32 +08:00
parent 53fd8a465a
commit 030dedebbd
2 changed files with 8 additions and 8 deletions

View File

@@ -40,9 +40,7 @@
<template v-if="selectedKeys.length > 0">
已选中 {{ selectedKeys.length }} 条记录(可跨页)
</template>
<template v-else>
未选中任何记录
</template>
<template v-else>未选中任何记录</template>
<template v-if="selectedKeys.length > 0" #action>
<a-link @click="onClearSelected">清空</a-link>
</template>