|
@@ -170,7 +170,7 @@
|
170
|
170
|
<span v-if="hisPatientInfo.balance_accounts_type == 2">个人支付金额:<span
|
171
|
171
|
style="color:red;">{{ items.curPrescriptions.order.medfee_sumamt}}元</span></span>
|
172
|
172
|
|
173
|
|
- <span>个人账户金额:<span style="color:red;">{{ items.curPrescriptions.order.account_price?items.curPrescriptions.order.account_price:''}}元</span></span>
|
|
173
|
+ <span>个人账户金额:<span style="color:red;">{{ items.curPrescriptions.order.balc?items.curPrescriptions.order.balc:''}}元</span></span>
|
174
|
174
|
|
175
|
175
|
<span v-if="items.curPrescriptions.order_status == 1">待结算</span>
|
176
|
176
|
<span v-if="items.curPrescriptions.order_status == 2">已结算</span>
|