|
@@ -315,7 +315,7 @@ class DiagnosticList extends Component {
|
|
|
onClick={() =>{this.showTreat(item, index)}}>
|
|
|
治疗方案
|
|
|
</span>
|
|
|
- {isChronic&&index===0?<span className={style['assess']}
|
|
|
+ {isChronic&&index===0&&item.conceptId===chronicMagItem.conceptId?<span className={style['assess']}
|
|
|
onClick={this.showAssessFn.bind(this,item)}>
|
|
|
管理评估
|
|
|
</span>:''}
|