mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-10-17 04:57:15 +08:00
fix: 修复用户管理分页条消失错误,优化表格 slot 命名
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
@select="select"
|
||||
@refresh="search"
|
||||
>
|
||||
<template #custom-left>
|
||||
<template #toolbar-left>
|
||||
<a-input v-model="queryForm.title" placeholder="请输入标题" allow-clear @change="search">
|
||||
<template #prefix><icon-search /></template>
|
||||
</a-input>
|
||||
@@ -35,7 +35,7 @@
|
||||
<template #default>重置</template>
|
||||
</a-button>
|
||||
</template>
|
||||
<template #custom-right>
|
||||
<template #toolbar-right>
|
||||
<a-button type="primary" status="danger" :disabled="!selectedKeys.length" @click="onDelete">
|
||||
<template #icon><icon-delete /></template>
|
||||
<span>删除</span>
|
||||
|
Reference in New Issue
Block a user