|
@@ -83,7 +83,7 @@ class DrugTreat extends Component {
|
|
const { currentImg, currentIndex, hasEnterImg } = this.state
|
|
const { currentImg, currentIndex, hasEnterImg } = this.state
|
|
return(
|
|
return(
|
|
treatmentPlan && treatmentPlan.length > 0 && <div className={style['drug-box']}>
|
|
treatmentPlan && treatmentPlan.length > 0 && <div className={style['drug-box']}>
|
|
- <h3 className={style['drug-title']}><img className={style['drug-icon']} src={drugIcon}/> 常用药物治疗</h3>
|
|
|
|
|
|
+ <h3 className={style['drug-title']}><img className={style['drug-icon']} src={drugIcon}/> 推荐药物</h3>
|
|
{/* 查看药物说明书 (添加数据查看数据用)*/}
|
|
{/* 查看药物说明书 (添加数据查看数据用)*/}
|
|
{/* <div> <input onInput={this.handleInputDrug.bind(this)} style={{border:'1px solid #000'}} type="text"/><button onClick = {this.searchDrug.bind(this)}>搜索药品说明</button></div> */}
|
|
{/* <div> <input onInput={this.handleInputDrug.bind(this)} style={{border:'1px solid #000'}} type="text"/><button onClick = {this.searchDrug.bind(this)}>搜索药品说明</button></div> */}
|
|
{treatmentPlan.map((item0, index0) =>{
|
|
{treatmentPlan.map((item0, index0) =>{
|