chore: table title改为官方方案

This commit is contained in:
dap
2024-10-25 08:09:53 +08:00
parent 9311dfe25b
commit 938ccd85f8
20 changed files with 23 additions and 95 deletions

View File

@@ -153,10 +153,7 @@ async function handleUnlock() {
<template>
<Page auto-content-height>
<BasicTable>
<template #toolbar-actions>
<span class="pl-[7px] text-[16px]">登录日志列表</span>
</template>
<BasicTable table-title="登录日志列表">
<template #toolbar-tools>
<Space>
<a-button

View File

@@ -55,10 +55,7 @@ async function handleForceOffline(row: Recordable<any>) {
<template>
<Page :auto-content-height="true">
<BasicTable>
<template #toolbar-actions>
<span class="pl-[7px] text-[16px]">在线用户列表</span>
</template>
<BasicTable table-title="在线用户列表">
<template #action="{ row }">
<Popconfirm
:get-popup-container="getPopupContainer"

View File

@@ -153,10 +153,7 @@ async function handleDelete() {
<template>
<Page :auto-content-height="true">
<BasicTable>
<template #toolbar-actions>
<span class="pl-[7px] text-[16px]">操作日志列表</span>
</template>
<BasicTable table-title="操作日志列表">
<template #toolbar-tools>
<Space>
<a-button