feat: table grid supports setting title and helpMessage (#4732)

This commit is contained in:
Vben
2024-10-24 22:51:04 +08:00
committed by GitHub
parent 39e41d05be
commit 6688a6b3c2
15 changed files with 611 additions and 439 deletions

View File

@@ -76,10 +76,10 @@ function changeLoading() {
<template #extra>
<DocButton path="/components/common-ui/vben-vxe-table" />
</template>
<Grid>
<template #toolbar-actions>
<Grid table-title="基础列表" table-title-help="提示">
<!-- <template #toolbar-actions>
<Button class="mr-2" type="primary">左侧插槽</Button>
</template>
</template> -->
<template #toolbar-tools>
<Button class="mr-2" type="primary" @click="changeBorder">
{{ showBorder ? '隐藏' : '显示' }}边框