|
@@ -540,6 +540,40 @@
|
540
|
540
|
治疗小结
|
541
|
541
|
<span class="under-line"> {{ summary.dialysis_summary }}</span>
|
542
|
542
|
</div>
|
|
543
|
+ <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
|
544
|
+ <div class="inline_block" style="flex: 1; display: inline-block">
|
|
545
|
+ 宣教知识:
|
|
546
|
+ <div class="under_line" style="
|
|
547
|
+ width: 80%;
|
|
548
|
+ line-height: 25px;
|
|
549
|
+ text-align: left;
|
|
550
|
+ margin-left: 2px;
|
|
551
|
+ display: inline-block;
|
|
552
|
+ white-space: normal;
|
|
553
|
+ ">
|
|
554
|
+ {{
|
|
555
|
+ summary.mission
|
|
556
|
+ ? summary.mission
|
|
557
|
+ : "/"
|
|
558
|
+ }}
|
|
559
|
+ </div>
|
|
560
|
+ </div>
|
|
561
|
+ </div>
|
|
562
|
+ <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
|
563
|
+ <div class="inline_block" style="flex: 1; display: inline-block">
|
|
564
|
+ 备注:
|
|
565
|
+ <div class="under_line" style="
|
|
566
|
+ width: 80%;
|
|
567
|
+ line-height: 25px;
|
|
568
|
+ text-align: left;
|
|
569
|
+ margin-left: 2px;
|
|
570
|
+ display: inline-block;
|
|
571
|
+ white-space: normal;
|
|
572
|
+ ">
|
|
573
|
+ {{ afterdialysis.remark ? afterdialysis.remark : "/" }}
|
|
574
|
+ </div>
|
|
575
|
+ </div>
|
|
576
|
+ </div>
|
543
|
577
|
<div style="display: flex;">
|
544
|
578
|
<div style="flex: 1;margin-right: 20px;text-align: right;">
|
545
|
579
|
<div style="display: inline-block;margin-right: 20px;">
|
|
@@ -1499,6 +1533,8 @@ export default {
|
1499
|
1533
|
<style>
|
1500
|
1534
|
.row {
|
1501
|
1535
|
font-size: 14px;
|
|
1536
|
+ margin-right: 0px !important;
|
|
1537
|
+ margin-left: 0px !important;
|
1502
|
1538
|
line-height: 20px;
|
1503
|
1539
|
padding: 5px 0;
|
1504
|
1540
|
}
|