|
@@ -990,8 +990,7 @@ const BusinessProject=Form.create()(React.createClass({
|
|
>停用<Icon type="minus" />
|
|
>停用<Icon type="minus" />
|
|
</Button>
|
|
</Button>
|
|
</Popconfirm>
|
|
</Popconfirm>
|
|
- <Button type="primary" className="addButton" onClick={this.editClick} style={{float:'right',marginRight:'50px'}}>编辑品类<Icon type="plus" /></Button>
|
|
|
|
- <span style={{marginRight:'20px'}}>更多搜索 <Switch defaultChecked={false} onChange={this.searchSwitch} /></span>
|
|
|
|
|
|
+ <span style={{marginRight:'20px'}}>更多搜索 <Switch defaultChecked={false} onChange={this.searchSwitch} /></span>
|
|
<div className="search-more" style={this.state.searchMore ? { display: 'none' } : {display: 'block'}}>
|
|
<div className="search-more" style={this.state.searchMore ? { display: 'none' } : {display: 'block'}}>
|
|
<span style={{marginRight:'10px',marginBottom:'10px'}}>
|
|
<span style={{marginRight:'10px',marginBottom:'10px'}}>
|
|
<Cascader options={provinceSelect()} value={this.state.ressSearch} placeholder="选择省份"
|
|
<Cascader options={provinceSelect()} value={this.state.ressSearch} placeholder="选择省份"
|