This commit is contained in:
red-deng-deng 2021-12-28 15:17:44 +08:00
parent 086c88e026
commit 6477cfa0dd
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ const PAGE_SIZE_OPTIONS = [10, 20, 30];
// <Button onClick={this.clickFn.bind(this)}>批量标记已使用</Button> // <Button onClick={this.clickFn.bind(this)}>批量标记已使用</Button>
// <Button type="primary" onClick={this.clickFn.bind(this)}>导出excel</Button> // <Button type="primary" onClick={this.clickFn.bind(this)}>导出excel</Button>
// <Button type="primary" onClick={this.clickFn.bind(this)}>导出关联订单</Button> // <Button type="primary" onClick={this.clickFn.bind(this)}>导出关联订单</Button>
export default class acclist extends React.Component{ export default class acclist extends React.Component{
constructor(props){ constructor(props){
super(props) super(props)