table.ts 169 B

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