dengzhiguo 6 years ago
parent
commit
35feee7faf

+ 6 - 1
js/component/account/setAccount/expert.jsx

@@ -374,12 +374,17 @@ const Expert = React.createClass({
 							</Col>
 						</Row>
 						<div className="clearfix">
-							<FormItem className="half-item" {...formItemLayout} label="姓名">
+							{this.state.auditStatus=='0'?<FormItem className="half-item" {...formItemLayout} label="姓名">
 								{getFieldDecorator('identifyName', {
 									rules: [ { required: true, message: '此项为必填项!' } ],
 									initialValue: theData.identifyName
 								})(<Input placeholder="输入姓名" maxLength={128}/>)}
+							</FormItem>:<FormItem className="half-item" {...formItemLayout} label="姓名">
+								<span>{theData.identifyName}</span>
 							</FormItem>
+								
+							}
+							
 							<FormItem className="half-item" {...formItemLayout} label="手机号码">
 								<span>{theData.mobile}</span>
 							</FormItem> 

+ 6 - 1
js/component/administration/business/businessProject.jsx

@@ -585,12 +585,17 @@ const BusinessProject = Form.create()(
 												<span>{this.state.createTime}</span>
 											</FormItem>
 										</div>
-										
+										<div className="clearfix">
+											<FormItem labelCol={{ span: 4 }} wrapperCol={{ span: 12 }} label="关键字">
+												<span>{theData.keyword}</span>
+											</FormItem>
+										</div>
 										<div className="clearfix">
 											<FormItem labelCol={{ span: 4 }} wrapperCol={{ span: 12 }} label="项目营销说明">
 												<span>{theData.advertisement}</span>
 											</FormItem>
 										</div>
+										
 										<div className="clearfix">
 											<FormItem
 												labelCol={{ span: 4 }}