|
@@ -389,7 +389,7 @@ class ChronicInfo extends React.Component{
|
|
|
</span>
|
|
|
{formulaId&&formulaId==v.conceptId&&<MiniToast title={it.content.name}
|
|
|
icon={allTableIcon}
|
|
|
- confirmText={chronicMagItem?'加入病例记录':'确定'}
|
|
|
+ confirmText={chronicMagItem?'加入病历记录':'确定'}
|
|
|
show={formulaId&&formulaId==v.conceptId?true:false}
|
|
|
close={this.closeFormula.bind(this,it)}
|
|
|
confirm={this.addFormula.bind(this,it,v,i,j)}
|
|
@@ -453,7 +453,7 @@ class ChronicInfo extends React.Component{
|
|
|
</span>
|
|
|
<MiniToast title='结果选择'
|
|
|
icon={checkIcon}
|
|
|
- confirmText={chronicMagItem?'加入病例记录':'确定'}
|
|
|
+ confirmText={chronicMagItem?'加入病历记录':'确定'}
|
|
|
show={optionId&&optionId==v.conceptId?true:false}
|
|
|
close={this.closeOption}
|
|
|
confirm={this.confirmOption.bind(this,v,i,j)}
|
|
@@ -500,7 +500,7 @@ class ChronicInfo extends React.Component{
|
|
|
const {comfirnFlag,flag,ff} = this.state;
|
|
|
const {chronicMagItem,chronicDesease,data,showHide,slideUp} = this.props;
|
|
|
const scaleFooter = <Footer print={true}
|
|
|
- footText={showHide.isPop||!chronicMagItem?"确定":"加入病例记录"}
|
|
|
+ footText={showHide.isPop||!chronicMagItem?"确定":"加入病历记录"}
|
|
|
handlePrint={this.onPrint}
|
|
|
handleConfirm={this.comfirnTable}/>;
|
|
|
if(data&&data.length>0){
|