import * as React from 'react'; import { Pagination } from '@btri-ui/base'; export default () => { return ( { return `共${total}条数据`; }} /> ); };