|
@@ -43,12 +43,12 @@
|
43
|
43
|
<div style="width: 150px;margin:0 30px;">其他费 {{ list.otherCostTotal }}</div>
|
44
|
44
|
</div>
|
45
|
45
|
<div style="position: absolute;top:220px;left:540px">
|
46
|
|
- {{ totalPrice }}
|
|
46
|
+ {{ totalPrice.toFixed(2) }}
|
47
|
47
|
</div>
|
48
|
48
|
|
49
|
49
|
<div style="position: absolute;top:250px;width: 100%;">
|
50
|
50
|
<div style="display: flex;">
|
51
|
|
- <div style="width: 230px;"> 费用总额:{{totalPrice?totalPrice:'0'}}</div>
|
|
51
|
+ <div style="width: 230px;"> 费用总额:{{(totalPrice).toFixed(2)?totalPrice.toFixed(2):'0'}}</div>
|
52
|
52
|
<div style="width: 230px;margin-left: 20px;">
|
53
|
53
|
基本医疗统筹范围:
|
54
|
54
|
{{list.order.hifp_pay?list.order.hifp_pay:'0'}}
|