Przeglądaj źródła

修改标题(2703)

zhangxc 5 lat temu
rodzic
commit
2a9d3589ef

+ 1 - 1
src/components/Treat/DrugTreat/index.jsx

@@ -83,7 +83,7 @@ class DrugTreat extends Component {
         const { currentImg, currentIndex, hasEnterImg } = this.state
         return(
             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> */}
                 {treatmentPlan.map((item0, index0) =>{

+ 1 - 1
src/components/Treat/index.jsx

@@ -93,7 +93,7 @@ class Treat extends Component {
                         </div>} */}
                         { drugHistory && (drugHistory['慢病用药内容'] && drugHistory['慢病用药内容'].length > 0 || drugHistory['普通病用药内容'] && drugHistory['普通病用药内容'].length > 0) &&<DrugHistory icon={drugIcon} 
                             titleStyle={{background:'#EAF7FA',opacity:'1', filter:'alpha(opacity=100);',filter:'progid:DXImageTransform.Microsoft.Alpha(opacity=100);'}}
-                            title='上次用药情况' 
+                            title='上次用药' 
                             drugHistory={drugHistory}  
                             showDrugInfo = {showDrugInfo} 
                             setDrugInfo={ setDrugInfo }>