import React from 'react';
import './index.less';
import Page from '@src/containers/Page';
import UserLayout from '../../../layouts/User';
import Tabs from '../../../components/Tabs';
import UserAction from '../../../components/UserAction';
import UserTable from '../../../components/UserTable';
import IconButton from '../../../components/IconButton';
import menu from '../index';
const columns = [
{ key: '', title: '练习册名称', fixSort: true },
{ key: '', title: '做题时间', fixSort: true },
{ key: '', title: '正确率', sort: true },
{ key: '', title: '平均耗时', sort: true },
{ key: '', title: '完成度' },
{ key: '', title: '报告' },
{
key: '',
title: '',
render() {
return