Ver código fonte

10月11,血压详情质控

yq1 5 meses atrás
pai
commit
4922bcc3ba

+ 13 - 13
src/xt_pages/Dialysisanalysis/weightblood/components/after_Blood.vue Ver arquivo

@@ -49,19 +49,19 @@
49 49
           <div class="echart" id="mychart"  style="width:100%;height:60vh"></div>
50 50
         </div>
51 51
 
52
-          <div style="position: fixed;right: 5%;top: 50vh;">
53
-            <el-popover
54
-              placement="left"
55
-              title="提示"
56
-              width="500"
57
-              trigger="click"
58
-              content="1. 统计时间段内所有患者每次透析时的年龄和透前血压,根据不同年龄的标准值计算达标率。
59
-                        2. 患者<60 岁的透前血压以收缩压<140 或舒张压<90 为达标值;患者≥60岁的透前血压以收缩压<160 或舒张压<90 为达标值。
60
-                        3. 控制率=(≥60 岁患者的达标例次+<60 岁患者的达标例次)/时间段内总例次 x100%。">
61
-              <img src="@/assets/img/xiang.png" alt="" style="height: 20px;width: 20px;" slot="reference">
62
-              <!-- <el-button slot="reference">click 激活</el-button> -->
63
-            </el-popover>
64
-          </div>
52
+        <div style="position: fixed;right: 5%;top: 50vh;">
53
+          <el-popover
54
+            placement="left"
55
+            title="提示"
56
+            width="500"
57
+            trigger="click"
58
+            content="1. 统计时间段内所有患者每次透析时的年龄和透前血压,根据不同年龄的标准值计算达标率。
59
+                      2. 患者<60 岁的透前血压以收缩压<140 或舒张压<90 为达标值;患者≥60岁的透前血压以收缩压<160 或舒张压<90 为达标值。
60
+                      3. 控制率=(≥60 岁患者的达标例次+<60 岁患者的达标例次)/时间段内总例次 x100%。">
61
+            <img src="@/assets/img/xiang.png" alt="" style="height: 20px;width: 20px;" slot="reference">
62
+            <!-- <el-button slot="reference">click 激活</el-button> -->
63
+          </el-popover>
64
+        </div>
65 65
       </div>
66 66
     </div>
67 67
 

+ 1 - 1
src/xt_pages/Dialysisanalysis/weightblood/components/dialyze_after.vue Ver arquivo

@@ -521,7 +521,7 @@ import html2canvas from "html2canvas"
521 521
                   dry_weight:item.dry_weight,
522 522
                   last_weight_after:item.last_weight_after,
523 523
                   weight_before:item.weight_before,
524
-                  weight_add:item.weight_add,
524
+                  weight_add:(item.weight_add*1).toFixed(2),
525 525
                   weight_after:item.weight_after
526 526
                 }
527 527
                 table.push(obj)

+ 1 - 1
src/xt_pages/Dialysisanalysis/weightblood/components/dry_denominator.vue Ver arquivo

@@ -523,7 +523,7 @@ import html2canvas from "html2canvas"
523 523
                   dry_weight:item.dry_weight,
524 524
                   last_weight_after:item.last_weight_after,
525 525
                   weight_before:item.weight_before,
526
-                  weight_add:item.weight_add,
526
+                  weight_add:(item.weight_add*1).toFixed(2),
527 527
                   weight_after:item.weight_after
528 528
                 }
529 529
                 table.push(obj)

+ 1 - 1
src/xt_pages/Dialysisanalysis/weightblood/components/list_denominator.vue Ver arquivo

@@ -527,7 +527,7 @@ import html2canvas from "html2canvas"
527 527
                   dry_weight:item.dry_weight,
528 528
                   last_weight_after:item.last_weight_after,
529 529
                   weight_before:item.weight_before,
530
-                  weight_add:item.weight_add,
530
+                  weight_add:(item.weight_add*1).toFixed(2),
531 531
                   weight_after:item.weight_after
532 532
                 }
533 533
                 table.push(obj)

+ 2 - 2
src/xt_pages/Dialysisanalysis/weightblood/components/weight_table.vue Ver arquivo

@@ -209,7 +209,7 @@ import html2canvas from "html2canvas"
209 209
         dry_value:0,
210 210
         after_value:0,
211 211
         // after_options:[],
212
-        Patient_name:'',
212
+
213 213
       }
214 214
     },
215 215
     methods:{
@@ -376,7 +376,7 @@ import html2canvas from "html2canvas"
376 376
                   dry_weight:item.dry_weight,
377 377
                   last_weight_after:item.last_weight_after,
378 378
                   weight_before:item.weight_before,
379
-                  weight_add:item.weight_add,
379
+                  weight_add:(item.weight_add*1).toFixed(2),
380 380
                   weight_after:item.weight_after
381 381
                 }
382 382
                 table.push(obj)