|
@@ -90,7 +90,7 @@ class Advice extends Component{
|
|
</div>}
|
|
</div>}
|
|
{!isFirstMainDiag && hasFollowUp &&<FollowUp noHeader="true" textStyle={{padding: '0 10px'}} setFollowUp={saveFollowUp} followUp = {followUp} isRead={isRead}></FollowUp>}
|
|
{!isFirstMainDiag && hasFollowUp &&<FollowUp noHeader="true" textStyle={{padding: '0 10px'}} setFollowUp={saveFollowUp} followUp = {followUp} isRead={isRead}></FollowUp>}
|
|
{advice.scheme && advice.scheme.length > 0 &&<div contentEditable='false' className={`${style['scheme']} ${setFontColorSize(2)}`}>
|
|
{advice.scheme && advice.scheme.length > 0 &&<div contentEditable='false' className={`${style['scheme']} ${setFontColorSize(2)}`}>
|
|
- {advice.scheme && advice.scheme.length > 0 && <h1>推荐用药</h1>}
|
|
|
|
|
|
+ {advice.scheme && advice.scheme.length > 0 && <h1>建议用药</h1>}
|
|
{scheme}
|
|
{scheme}
|
|
</div>}
|
|
</div>}
|
|
<div className={`${style['billing']} ${setFontColorSize(2)}`} >
|
|
<div className={`${style['billing']} ${setFontColorSize(2)}`} >
|