|
@@ -12,6 +12,8 @@ import PushItemsContainer from '@containers/PushItemsContainer';
|
|
|
import { pushAllDataList, getWindowInnerHeight, didPushParamChange } from '@utils/tools';
|
|
|
import CopyRightContainer from "@containers/CopyRightContainer";
|
|
|
import MedicalInfoContainer from '@containers/MedicalInfoContainer';
|
|
|
+import CaseQuailty from "../CaseQuailty";
|
|
|
+
|
|
|
class PushContainer extends Component {
|
|
|
constructor(props) {
|
|
|
super(props);
|
|
@@ -20,15 +22,15 @@ class PushContainer extends Component {
|
|
|
tabs: [{
|
|
|
title: '辅助信息',
|
|
|
disabled: true
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '病历质控',
|
|
|
+ }, {
|
|
|
title: '模板',
|
|
|
},
|
|
|
{
|
|
|
title: '医学知识',
|
|
|
- },
|
|
|
- /*{
|
|
|
- title: '全部量表',
|
|
|
- }*/
|
|
|
+ }
|
|
|
],
|
|
|
visible: false,
|
|
|
message: '', //提示的内容
|
|
@@ -253,6 +255,7 @@ class PushContainer extends Component {
|
|
|
>
|
|
|
<TemplateContainer activeId={activeId}>
|
|
|
<PushItemsContainer></PushItemsContainer>
|
|
|
+ <CaseQuailty></CaseQuailty>
|
|
|
<TemplateItems
|
|
|
items={items}
|
|
|
current={current}
|