import { WeaNewScroll, WeaSearchGroup, WeaMoreButton, WeaTable } from 'ecCom' import { Spin, Button, Pagination } from 'antd' import { WeaSwitch } from 'comsMobx' import { i18n } from '../public/i18n'; import '../style/common.less'; export default class NewWeaTable extends React.Component { constructor(props) { super(props); } render() { const { dataSource, columns, rowSelection, pagination, loading, indentSize } = this.props return ( loading ?