mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-20 06:05:36 +08:00
chore: table title改为官方方案
This commit is contained in:
@@ -144,10 +144,7 @@ emitter.on('rowClick', async (value) => {
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<BasicTable>
|
||||
<template #toolbar-actions>
|
||||
<span class="pl-[7px] text-[16px]">字典数据列表</span>
|
||||
</template>
|
||||
<BasicTable table-title="字典数据列表">
|
||||
<template #toolbar-tools>
|
||||
<Space>
|
||||
<a-button
|
||||
|
||||
@@ -188,10 +188,7 @@ const couldSyncTenantDict = computed(() => {
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<BasicTable>
|
||||
<template #toolbar-actions>
|
||||
<span class="pl-[7px] text-[16px]">字典类型列表</span>
|
||||
</template>
|
||||
<BasicTable table-title="字典类型列表">
|
||||
<template #toolbar-tools>
|
||||
<Space>
|
||||
<Dropdown>
|
||||
|
||||
Reference in New Issue
Block a user