|  | @@ -500,7 +500,8 @@ const Expert = React.createClass({
 | 
												
													
														
															|  |  								<Button type="dashed" style={{marginLeft:20}} onClick={(e)=>{this.setState({authenticationState:undefined})}}>暂不认证</Button>
 |  |  								<Button type="dashed" style={{marginLeft:20}} onClick={(e)=>{this.setState({authenticationState:undefined})}}>暂不认证</Button>
 | 
												
													
														
															|  |  								<span style={{marginLeft:10,color:'#f00'}}>{this.state.auditStatus=='3'?"(认证失败:"+this.state.authMessage+')':''}</span>
 |  |  								<span style={{marginLeft:10,color:'#f00'}}>{this.state.auditStatus=='3'?"(认证失败:"+this.state.authMessage+')':''}</span>
 | 
												
													
														
															|  |  							</div>
 |  |  							</div>
 | 
												
													
														
															|  | -							{(this.state.authenticationState=='0'||this.state.auditStatus!='0')?<div className="patentBody">
 |  | 
 | 
												
													
														
															|  | 
 |  | +							{(this.state.authenticationState=='0'&&this.state.auditStatus!='0')?
 | 
												
													
														
															|  | 
 |  | +							<div className="patentBody">
 | 
												
													
														
															|  |  								<FormItem className="half-item" {...formItemLayout} label="毕业院校">
 |  |  								<FormItem className="half-item" {...formItemLayout} label="毕业院校">
 | 
												
													
														
															|  |  									{getFieldDecorator('graduateSchool', {
 |  |  									{getFieldDecorator('graduateSchool', {
 | 
												
													
														
															|  |  										initialValue: theData.graduateSchool,
 |  |  										initialValue: theData.graduateSchool,
 | 
												
											
												
													
														
															|  | @@ -531,7 +532,6 @@ const Expert = React.createClass({
 | 
												
													
														
															|  |  										rules: [ { required: true, message: '此项为必填项!' } ],
 |  |  										rules: [ { required: true, message: '此项为必填项!' } ],
 | 
												
													
														
															|  |  									})(<Input placeholder="输入职称" maxLength={32}/>)}
 |  |  									})(<Input placeholder="输入职称" maxLength={32}/>)}
 | 
												
													
														
															|  |  								</FormItem>
 |  |  								</FormItem>
 | 
												
													
														
															|  | -								
 |  | 
 | 
												
													
														
															|  |  							</div>:this.state.authenticationState=='1'?
 |  |  							</div>:this.state.authenticationState=='1'?
 | 
												
													
														
															|  |  							<div>
 |  |  							<div>
 | 
												
													
														
															|  |  								<FormItem className="half-item" {...formItemLayout} label="顾问类型">
 |  |  								<FormItem className="half-item" {...formItemLayout} label="顾问类型">
 |