|
@@ -59,7 +59,7 @@ class TreatDesc extends Component {
|
|
{index === 0 ? '' : ', '}
|
|
{index === 0 ? '' : ', '}
|
|
<span className={style['drug-name-box']}>
|
|
<span className={style['drug-name-box']}>
|
|
<span className={style['drug-name']}
|
|
<span className={style['drug-name']}
|
|
- onDoubleClick={() =>{setDrugInfo(item);showDrugInfo();}}
|
|
|
|
|
|
+ // onDoubleClick={() =>{setDrugInfo(item);showDrugInfo();}}
|
|
onClick={()=>{item.forbidden === '2' ? '' : this.handleSelect(otherDrugIndex,index)}}
|
|
onClick={()=>{item.forbidden === '2' ? '' : this.handleSelect(otherDrugIndex,index)}}
|
|
style={item.selected ? {color: '#3B9ED0'}:''}>
|
|
style={item.selected ? {color: '#3B9ED0'}:''}>
|
|
{item.medicitionName}
|
|
{item.medicitionName}
|