|
@@ -239,7 +239,7 @@ const AchievementDetailShow = Form.create()(React.createClass({
|
|
|
<div className="clearfix">
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="编号11" >
|
|
|
+ label="编号" >
|
|
|
<span>{theData.serialNumber}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
@@ -972,7 +972,7 @@ const AchievementDetailForm = Form.create()(React.createClass({
|
|
|
<FormItem
|
|
|
labelCol={{ span: 4 }}
|
|
|
wrapperCol={{ span: 18 }}
|
|
|
- label="成熟度证明材料(图片)11" >
|
|
|
+ label="成熟度证明材料(图片)" >
|
|
|
<PicturesWall
|
|
|
pictureSign="achievement_maturity_picture"
|
|
|
fileList={this.getMaturityPictureUrl}
|