|
@@ -125,11 +125,11 @@ class Diagnosis extends Component {
|
|
|
</div>)
|
|
|
}
|
|
|
return (<div id="diagnosisResult">
|
|
|
- <ItemBox id="diagnosis" title='诊断' boxHeight='auto' hideAllDrop={this.props.hideAllDrop} titleTop='22px'
|
|
|
+ <ItemBox id="diagnosis" title='西医诊断' boxHeight='auto' hideAllDrop={this.props.hideAllDrop} titleTop='22px'
|
|
|
marginTop='9px' backgroundColor='#EAF7FD'>
|
|
|
<DiagnosticList refreshScroller={this.refreshScroller} hideChronic={this.props.hideChronic}></DiagnosticList>
|
|
|
<div style={{marginLeft: '10px', position: 'relative', color: '#000'}}>
|
|
|
- <Add showText="添加诊断结果" handleClick={this.handleshowSearch} id="addDiag" height="50px"/>
|
|
|
+ <Add showText="添加西医诊断结果" handleClick={this.handleshowSearch} id="addDiag" height="50px"/>
|
|
|
<DiagResultSearch
|
|
|
refreshScroller={this.refreshScroller}
|
|
|
setHighter={this.props.setHighter}
|