|
@@ -78,6 +78,7 @@ class PreviewBody extends Component {
|
|
|
const { show, preInfo, dataJson, dataStr, baseObj, flg ,showAssessBtn,showHistoryCases} = this.props;
|
|
|
const other_yjs = dataStr.other?filterOtherDataArr(JSON.parse(dataStr.other),dataJson.other):'';
|
|
|
const noData = JSON.stringify(preInfo) == '{}';
|
|
|
+ const isChronic = (dataJson.diagChronicMagItem&&dataJson.diagChronicMagItem.name)||(dataJson.mainChronicDesease&&dataJson.mainChronicDesease.name);
|
|
|
return <div className={style['content']} style={{ width: flg ? '700' : '820' }}>
|
|
|
<div className={style['contents']} id="content" style={{ margin: "0 auto", maxWidth: "620px" }}>
|
|
|
<Information baseObj={baseObj} preInfo={preInfo}></Information>
|