fix: typo

This commit is contained in:
vben
2020-10-29 22:29:46 +08:00
parent 404c73de45
commit 7658f4d6e8
13 changed files with 297 additions and 111 deletions

View File

@@ -4,7 +4,7 @@
<template #customTitle>
<span>
姓名
<BaseHelp class="ml-2" text="姓名" />
<BasicHelp class="ml-2" text="姓名" />
</span>
</template>
<template #customAddress>
@@ -20,9 +20,10 @@
import { getCustomHeaderColumns } from './tableData';
import { FormOutlined } from '@ant-design/icons-vue';
import { demoListApi } from '/@/api/demo/table';
import { BasicHelp } from '/@/components/Basic';
export default defineComponent({
components: { BasicTable, FormOutlined },
components: { BasicTable, FormOutlined, BasicHelp },
setup() {
const [registerTable] = useTable({
title: '定高/头部自定义',