|
@@ -286,7 +286,7 @@ class DiagnosticList extends Component {
|
|
|
render(){
|
|
|
const { list, treatment,pushMessage, showReferRecord, showHistoryCase ,chronicMagItem,loading,refreshScroller,windowWidth,hideChronic} = this.props;
|
|
|
const {showTipsDetails,tipsDetails,showAllName}=pushMessage;
|
|
|
- const {visible, treatTitle, showAssess, isAssessConfirm, assessId, disName, hasOndel, hasOnIndex,hasEnterItem,hasEnterImg} = this.state;
|
|
|
+ const {visible, treatTitle, showAssess, isAssessConfirm, assessId, disName, hasOndel, hasOnIndex,hasEnterItem,hasEnterImg,delItem} = this.state;
|
|
|
const chronicList = JSON.parse(localStorage.getItem('chronic')||null);
|
|
|
//let isChronic = false; //是否要显示管理评估
|
|
|
const footer = <Footer print={true}
|
|
@@ -359,7 +359,7 @@ class DiagnosticList extends Component {
|
|
|
cancel={this.cancel}
|
|
|
close={this.close}
|
|
|
>
|
|
|
- <div className={style['del-msg']}>是否删除该诊断?</div>
|
|
|
+ <div className={style['del-msg']}>是否删除诊断{delItem.name}?</div>
|
|
|
</ConfirmModal>
|
|
|
{/*<ConfirmModal visible={showReferRecord} okText='是' cancelText='否' confirm={this.referRecord} cancel={this.noReferRecord} close={this.noReferRecord}>
|
|
|
<div className={style['confirm-info']}>是否引用往期病历</div>
|