bug#4506, 重新记账模块是否扣除保险费int型转string展示

(cherry picked from commit 073814bd69)
This commit is contained in:
2024-07-18 11:25:47 +08:00
parent 61ccb58af2
commit 347862c54f

View File

@ -46,7 +46,7 @@
</div>
<div class="item">
<span class="titleLeft">扣除责任险费</span>
<span class="content">{{orderInfo.policyAmount}} {{orderInfo.cutInsuranceAmount}}</span>
<span class="content">{{orderInfo.policyAmount}} {{orderInfo.cutInsuranceAmount==1 ? '是' : (orderInfo.cutInsuranceAmount==0 ? '否' : ' ')}}</span>
</div>
<div class="item">
<span class="leftTitle fontColor">工单照片:</span>