|
@@ -5,8 +5,8 @@
|
|
<div class="title">关节出血次数统计</div>
|
|
<div class="title">关节出血次数统计</div>
|
|
<div v-if='id && name' class="title" style="font-size: 1rem;">姓名:{{name}}</div>
|
|
<div v-if='id && name' class="title" style="font-size: 1rem;">姓名:{{name}}</div>
|
|
<div class="injectionListForm baseInfo">
|
|
<div class="injectionListForm baseInfo">
|
|
- <p>年化出血率:{{year_bleed_rate}}</p>
|
|
|
|
- <p>年化关节出血率:{{year_gj_bleed_rate}}</p>
|
|
|
|
|
|
+ <!-- <p>年化出血率:{{year_bleed_rate}}</p>
|
|
|
|
+ <p>年化关节出血率:{{year_gj_bleed_rate}}</p> -->
|
|
<ul class="tabs">
|
|
<ul class="tabs">
|
|
<li @click="tabChange(1)" :class="tab==1?'act':''">近1个月</li>
|
|
<li @click="tabChange(1)" :class="tab==1?'act':''">近1个月</li>
|
|
<li v-if='days>=90' @click="tabChange(3)" :class="tab==3?'act':''">近3个月</li>
|
|
<li v-if='days>=90' @click="tabChange(3)" :class="tab==3?'act':''">近3个月</li>
|