|
@@ -187,6 +187,10 @@ const Intellectual = React.createClass({
|
|
<div className="user-content" >
|
|
<div className="user-content" >
|
|
<div className="content-title">
|
|
<div className="content-title">
|
|
<span>知识产权列表</span>
|
|
<span>知识产权列表</span>
|
|
|
|
+ <Button
|
|
|
|
+ disabled={this.state.ButtonDisabled}
|
|
|
|
+ style={{ background: "#ea0862", border: "none", color: "#fff", float: "right" }}
|
|
|
|
+ onClick={this.tableRowClick}>添加知识产权<Icon type="plus" /></Button>
|
|
</div>
|
|
</div>
|
|
<div className="user-search">
|
|
<div className="user-search">
|
|
<span>开始日期:</span>
|
|
<span>开始日期:</span>
|
|
@@ -199,13 +203,9 @@ const Intellectual = React.createClass({
|
|
onChange={(data, dataString) => { this.setState({ endDateFormattedDate: dataString }); }} />
|
|
onChange={(data, dataString) => { this.setState({ endDateFormattedDate: dataString }); }} />
|
|
<Button type="primary" onClick={this.search}>搜索</Button>
|
|
<Button type="primary" onClick={this.search}>搜索</Button>
|
|
<Button onClick={this.reset}>重置</Button>
|
|
<Button onClick={this.reset}>重置</Button>
|
|
- <p>
|
|
|
|
- <Button disabled={this.state.ButtonDisabled} style={{ background: "#ea0862", border: "none", color: "#fff" }}
|
|
|
|
- onClick={this.tableRowClick}>添加<Icon type="plus" /></Button>
|
|
|
|
- <Button style={{ background: "#3fcf9e", border: "none", color: "#fff" }}
|
|
|
|
- disabled={!hasSelected}
|
|
|
|
- onClick={this.delectRow}>删除<Icon type="minus" /></Button>
|
|
|
|
- </p>
|
|
|
|
|
|
+ <Button style={{ background: "#3fcf9e", border: "none", color: "#fff" }}
|
|
|
|
+ disabled={!hasSelected}
|
|
|
|
+ onClick={this.delectRow}>删除<Icon type="minus" /></Button>
|
|
</div>
|
|
</div>
|
|
<div className="patent-table">
|
|
<div className="patent-table">
|
|
<Spin spinning={this.state.loading}>
|
|
<Spin spinning={this.state.loading}>
|