|
@@ -37,7 +37,7 @@ class DemandDesc extends React.Component {
|
|
|
onOk={this.handOk.bind(this)}
|
|
|
onCancel={this.handleCancel.bind(this)}
|
|
|
width="1000px"
|
|
|
- title={!data.id ? '新建成果' : '修改成果'}
|
|
|
+ title={!data.id ? '新建成果' : '成果详情'}
|
|
|
footer=""
|
|
|
className="admin-desc-content"
|
|
|
>
|