2024-07-15 11:54:32 +08:00

6 lines
238 B
TypeScript

export const viewListCols = [
{ dataIndex: 'preview_name', title: '视图名称', align: 'center' },
{ dataIndex: 'created_at', title: '创建时间', align: 'center' },
{ dataIndex: 'action', title: '操作', align: 'center' },
];