12-23-上传master
This commit is contained in:
27
src/pages/BidEvaluation/biddingroom.js
Normal file
27
src/pages/BidEvaluation/biddingroom.js
Normal file
@ -0,0 +1,27 @@
|
||||
import React, {PureComponent} from 'react';
|
||||
import {Divider,Button,Form,Card,Tabs,Table,Tooltip,Input,Select,Row,Col,message,Modal} from 'antd';
|
||||
import './index.less';
|
||||
import { connect } from "dva";
|
||||
// import { routerRedux } from '/dva/router';
|
||||
import BiddingRoom from './../../components/BiddingRoom/index'
|
||||
// import BiddingMenu from './../../components/BiddingMenu/index'
|
||||
// @Form.create()
|
||||
// @connect(({ bidev,loading }) => ({
|
||||
// ...bidev,
|
||||
// managerlistLoading:loading.effects['bidev/fetchManagerList'],
|
||||
// }))
|
||||
class biddingroom extends PureComponent {
|
||||
// state={
|
||||
// }
|
||||
// componentDidMount(){
|
||||
|
||||
// }
|
||||
|
||||
render(){
|
||||
return <><BiddingRoom selectedId ="3"/>
|
||||
{/* <br/>
|
||||
<BiddingMenu/> */}
|
||||
</>
|
||||
}
|
||||
}
|
||||
export default biddingroom;
|
Reference in New Issue
Block a user