|
@@ -13,28 +13,45 @@
|
|
|
<div v-if="latestCase.hasrecords">
|
|
<div v-if="latestCase.hasrecords">
|
|
|
<div class="formTitle">体内FVIII活性水平实时预报</div>
|
|
<div class="formTitle">体内FVIII活性水平实时预报</div>
|
|
|
<div class="lrcontainer">
|
|
<div class="lrcontainer">
|
|
|
- <div class="lritem left">
|
|
|
|
|
- <!-- <div class="personRatio">
|
|
|
|
|
-
|
|
|
|
|
- </div> -->
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <!-- <div class="lritem left">
|
|
|
<img class="ratioBg3" src="../assets/images/personbg.png" width="80" height="216"></img>
|
|
<img class="ratioBg3" src="../assets/images/personbg.png" width="80" height="216"></img>
|
|
|
<div class="ratioBg" :style="'height:'+ratioHeight+'px;'">
|
|
<div class="ratioBg" :style="'height:'+ratioHeight+'px;'">
|
|
|
- <!-- <img src="../assets/images/ratiotop.png" width="100%" style="position:absolute;top:-16px;left:0;right:0;margin:auto;" ></img> -->
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<img class="ratioBg2" src="../assets/images/personbg1.png" width="80" height="216"></img>
|
|
<img class="ratioBg2" src="../assets/images/personbg1.png" width="80" height="216"></img>
|
|
|
-
|
|
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+ <div class="lritem left">
|
|
|
|
|
+ <img v-if="latestCase.FVIII<1" class="ratioBg3" src="../assets/images/_1.png" width="80"
|
|
|
|
|
+ ></img>
|
|
|
|
|
+ <img v-if="latestCase.FVIII>=1 && latestCase.FVIII<=3" class="ratioBg3" src="../assets/images/1-3.png"
|
|
|
|
|
+ width="100%"></img>
|
|
|
|
|
+ <img v-if="latestCase.FVIII>=3 && latestCase.FVIII<=5" class="ratioBg3" src="../assets/images/3-5.png"
|
|
|
|
|
+ width="100%"></img>
|
|
|
|
|
+ <img v-if="latestCase.FVIII>=5 && latestCase.FVIII<=15" class="ratioBg3" src="../assets/images/5-15.png"
|
|
|
|
|
+ width="100%"></img>
|
|
|
|
|
+ <img v-if="latestCase.FVIII>15" class="ratioBg3" src="../assets/images/_15.png"
|
|
|
|
|
+ width="100%"></img>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
<div class="lritem right">
|
|
<div class="lritem right">
|
|
|
- <!-- <p style="margin:5px 0px;color:red;font-weight:bold;font-size:1.5rem">FVIII浓度:{{latestCase.FVIII}}</p> -->
|
|
|
|
|
- <div class="rowfont" style="margin:5px 0px;color:red;font-weight:bold;font-size:1.4rem">
|
|
|
|
|
- FVIII浓度:{{latestCase.FVIII}}%</div>
|
|
|
|
|
- <div class="rowfont">参考方案</div>
|
|
|
|
|
|
|
+ <!-- <div class="rowfont" style="margin:5px 0px;color:red;font-weight:bold;font-size:1.4rem">
|
|
|
|
|
+ FVIII浓度:{{latestCase.FVIII}}%</div> -->
|
|
|
|
|
+ <div class="rowfont" style="
|
|
|
|
|
+ margin:5px 0px;color:red;
|
|
|
|
|
+ font-weight:bold;font-size:5.2rem;
|
|
|
|
|
+ text-align: center;height: 130px;line-height: 130px;">
|
|
|
|
|
+ {{latestCase.FVIII}}%</div>
|
|
|
|
|
+ <!-- <div class="rowfont">参考方案</div>
|
|
|
<div class="rowfont">1.产品:{{latestCase.ckmpro}}</div>
|
|
<div class="rowfont">1.产品:{{latestCase.ckmpro}}</div>
|
|
|
<div class="rowfont">2.剂量:{{latestCase.ckzsjl}}</div>
|
|
<div class="rowfont">2.剂量:{{latestCase.ckzsjl}}</div>
|
|
|
<div class="rowfont">3.频次:{{latestCase.ckmfreq}}</div>
|
|
<div class="rowfont">3.频次:{{latestCase.ckmfreq}}</div>
|
|
|
<div class="rowfont">本结果仅供参考,</div>
|
|
<div class="rowfont">本结果仅供参考,</div>
|
|
|
- <div class="rowfont">具体治疗方案请遵医嘱执行</div>
|
|
|
|
|
|
|
+ <div class="rowfont">具体治疗方案请遵医嘱执行</div> -->
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div class="rowfont" style="font-weight:bold;font-size:1.4rem;color:#3B4070;">
|
|
|
|
|
+ < 1% <sup>2、3</sup>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="rowfont" style="font-weight:bold;font-size:1.4rem;color:#3B4070;">建议咨询医生</div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -115,6 +132,7 @@
|
|
|
if (!res.data.code) {
|
|
if (!res.data.code) {
|
|
|
this.latestCase = res.data.data
|
|
this.latestCase = res.data.data
|
|
|
this.ratioHeight = 216 / 100 * this.latestCase.FVIII
|
|
this.ratioHeight = 216 / 100 * this.latestCase.FVIII
|
|
|
|
|
+ this.latestCase.FVIII = 16
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
@@ -198,11 +216,11 @@
|
|
|
|
|
|
|
|
.right {
|
|
.right {
|
|
|
left: 30%;
|
|
left: 30%;
|
|
|
- width: 60%;
|
|
|
|
|
|
|
+ width: 50%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.left {
|
|
.left {
|
|
|
- width: 30%;
|
|
|
|
|
|
|
+ width: 40%;
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -255,16 +273,15 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ratioBg3 {
|
|
.ratioBg3 {
|
|
|
- width: 80px;
|
|
|
|
|
|
|
+ /* width: 80px; */
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
left: 0;
|
|
left: 0;
|
|
|
|
|
+ top:0;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
bottom: 20px;
|
|
bottom: 20px;
|
|
|
margin: auto;
|
|
margin: auto;
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
|
- /* background:#64B3F6; */
|
|
|
|
|
- height: 216px;
|
|
|
|
|
- ;
|
|
|
|
|
|
|
+ /* height: 216px; */
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.mint-cell {
|
|
.mint-cell {
|
|
@@ -285,9 +302,16 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
.footer {
|
|
|
- margin-top: 60px;
|
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
|
|
|
+ .jbbtn{
|
|
|
|
|
+ margin-top: 10px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .rowfont {
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
</style>
|
|
</style>
|