|
@@ -216,6 +216,14 @@ const DemandDetail = Form.create()(React.createClass({
|
|
|
</Modal>
|
|
|
</div>
|
|
|
</FormItem>
|
|
|
+ <div className="clearfix">
|
|
|
+ <FormItem className="half-item" {...formItemLayout} label="精品成果">
|
|
|
+ <span>{theData.boutique?'精品':'非精品'}</span>
|
|
|
+ </FormItem>
|
|
|
+ <FormItem className="half-item" {...formItemLayout} label="热点成果">
|
|
|
+ <span>{theData.isHot?'热点':'非热点'}</span>
|
|
|
+ </FormItem>
|
|
|
+ </div>
|
|
|
<div>
|
|
|
<FormItem className="half-item" {...formItemLayout} label="发布状态">
|
|
|
<span>{getReleaseStateList(theData.auditStatus)}</span>
|