import type { TableColumnProps } from '@/types/basic-table'; // 基础表格样式配置 const BASIC_TABLE_OPTIONS = { emptyText: '暂无数据', loading: true, };