|
@@ -11,7 +11,7 @@ import {Notify} from '@commonComp';
|
|
import Emergency from '@containers/Emergency';
|
|
import Emergency from '@containers/Emergency';
|
|
import PreInIcss from '@containers/PreInIcss';
|
|
import PreInIcss from '@containers/PreInIcss';
|
|
import {getAllHis} from '@store/async-actions/fetchModules.js';
|
|
import {getAllHis} from '@store/async-actions/fetchModules.js';
|
|
-import {timestampToTime,getCurrentDate} from '@utils/tools.js';
|
|
|
|
|
|
+import {timestampToTime,getCurrentDate,getUrlArgObject} from '@utils/tools.js';
|
|
import {dragBox} from '@utils/drag';
|
|
import {dragBox} from '@utils/drag';
|
|
import {CLEAR_COMSYMPTOMS} from '@store/types/mainSuit';
|
|
import {CLEAR_COMSYMPTOMS} from '@store/types/mainSuit';
|
|
import { GET_PREC_LIST,SET_PREC_SHOW } from "@store/types/preIcss";
|
|
import { GET_PREC_LIST,SET_PREC_SHOW } from "@store/types/preIcss";
|
|
@@ -195,6 +195,7 @@ class Banner extends Component {
|
|
e.stopPropagation()
|
|
e.stopPropagation()
|
|
}
|
|
}
|
|
render() {
|
|
render() {
|
|
|
|
+ const hideLg = getUrlArgObject("hideLg");
|
|
const {visible,pre,ifShow,deptName, closeConfigModal,hasMain,hasCurrent,hasOther,preShow,show,hospitalMsg,curHos} = this.props;
|
|
const {visible,pre,ifShow,deptName, closeConfigModal,hasMain,hasCurrent,hasOther,preShow,show,hospitalMsg,curHos} = this.props;
|
|
const {emergencyBox,showHos,showM,hosName,hosNameTmp} = this.state;
|
|
const {emergencyBox,showHos,showM,hosName,hosNameTmp} = this.state;
|
|
const {showConfigModal, changeType, showHospitalLis,showCheckModal,showConnect} = this;
|
|
const {showConfigModal, changeType, showHospitalLis,showCheckModal,showConnect} = this;
|
|
@@ -202,8 +203,8 @@ class Banner extends Component {
|
|
const disabled = !(hasMain||hasCurrent||hasOther);
|
|
const disabled = !(hasMain||hasCurrent||hasOther);
|
|
return (
|
|
return (
|
|
<div className={style["logo"]}>
|
|
<div className={style["logo"]}>
|
|
- <img src={logo} onClick={this.handleEmbedPush}/>
|
|
|
|
- <span className={style["logo-name"]} onClick={this.handleEmbedPush}>| 智能辅助临床决策系统</span>
|
|
|
|
|
|
+ {hideLg?'':<img src={logo} onClick={this.handleEmbedPush}/>}
|
|
|
|
+ <span className={style["logo-name"]} onClick={this.handleEmbedPush}>{hideLg?'':`|`} 智能辅助临床决策系统</span>
|
|
<div className={style["buon"]}>
|
|
<div className={style["buon"]}>
|
|
{ifShow==1&&deptName=='急诊科'?<div className={`${style["buon1"]} ${style["buon2"]}`} onClick={this.showHisModal}>
|
|
{ifShow==1&&deptName=='急诊科'?<div className={`${style["buon1"]} ${style["buon2"]}`} onClick={this.showHisModal}>
|
|
<img className={`${style["st"]} ${style["his"]}`} src={emergIcon} />
|
|
<img className={`${style["st"]} ${style["his"]}`} src={emergIcon} />
|