|
@@ -93,7 +93,7 @@ class Advice extends Component{
|
|
{/* {advice.commontreatment && <div className={style['treat-input']} onInput={this.handleComTreatInput} contentEditable={true} style = {{outline: 'none'}}></div>} */}
|
|
{/* {advice.commontreatment && <div className={style['treat-input']} onInput={this.handleComTreatInput} contentEditable={true} style = {{outline: 'none'}}></div>} */}
|
|
{<Textarea value={advice.commontreatment} isRead={isRead} handleChangeAssistValue={this.handleComTreatInput} ></Textarea>}
|
|
{<Textarea value={advice.commontreatment} isRead={isRead} handleChangeAssistValue={this.handleComTreatInput} ></Textarea>}
|
|
</div>}
|
|
</div>}
|
|
- {!isFirstMainDiag &&<div><FollowUp noHeader="true" textStyle={{padding: '0 10px'}} setFollowUp={saveFollowUp} followUp = {followUp} isRead={isRead}></FollowUp></div>}
|
|
|
|
|
|
+ {!isFirstMainDiag && followUp &&<div><FollowUp noHeader="true" textStyle={{padding: '0 10px'}} setFollowUp={saveFollowUp} followUp = {followUp} isRead={isRead}></FollowUp></div>}
|
|
{advice.scheme && advice.scheme.length > 0 &&<div contentEditable='false' className={style['scheme']}>
|
|
{advice.scheme && advice.scheme.length > 0 &&<div contentEditable='false' className={style['scheme']}>
|
|
{advice.scheme && advice.scheme.length > 0 && <h1>治疗方案</h1>}
|
|
{advice.scheme && advice.scheme.length > 0 && <h1>治疗方案</h1>}
|
|
{scheme}
|
|
{scheme}
|