|
@@ -5,8 +5,7 @@ import doubtImg from "../../common/images/doubt.png";
|
|
|
import recommendImg from "../../common/images/recommend.png";
|
|
|
import tipsImg from "../../common/images/tips.png";
|
|
|
import vigilantImg from "../../common/images/vigilant.png";
|
|
|
-import showImg from "../../common/images/show.png";
|
|
|
-import hideImg from "../../common/images/close.png";
|
|
|
+import likelyImg from "../../common/images/likely.png";
|
|
|
import DetailsModal from './DetailsModal';
|
|
|
import PushDiag from "./PushDiag";
|
|
|
import DiagnosticItem from "@containers/DiagnosticItem";
|
|
@@ -144,6 +143,7 @@ class PushItems extends Component {
|
|
|
determine,
|
|
|
doubt,
|
|
|
possible,
|
|
|
+ likely,
|
|
|
assay,
|
|
|
check,
|
|
|
tips,
|
|
@@ -196,6 +196,15 @@ class PushItems extends Component {
|
|
|
maxShowNum={24}
|
|
|
/>
|
|
|
)}
|
|
|
+ {likely && likely.length > 0 && (
|
|
|
+ <PushDiag
|
|
|
+ titleBg="#FAEBEC"
|
|
|
+ icon={likelyImg}
|
|
|
+ title="鉴别诊断"
|
|
|
+ diagList={likely}
|
|
|
+ maxShowNum={24}
|
|
|
+ />
|
|
|
+ )}
|
|
|
<div className={style["diagnose"]}>
|
|
|
{vigilant.length === 0 &&
|
|
|
determine.length === 0 &&
|