优化代码

This commit is contained in:
Your Name 2023-09-08 14:20:17 +08:00
parent 243ac011e2
commit c175025c87
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@
</tr>
<tr>
<td colspan="3" class="text-center "><span><vc:i18n name="大写人民币" namespace="printPayFee"></vc:i18n></span>(元)</td>
<td colspan="3" class="text-center ">{{vc.changeNumMoneyToChinese(printPayFeeInfo.amount)}}
<td colspan="4" class="text-center ">{{vc.changeNumMoneyToChinese(printPayFeeInfo.amount)}}
</td>
<td colspan="3" class="text-center ">{{printPayFeeInfo.amount}}</td>
</tr>

View File

@ -91,7 +91,7 @@
<td colspan="3" class="text-center "><span>
<vc:i18n name="大写人民币" namespace="printPayFeeBangTai"></vc:i18n>
</span>(元)</td>
<td colspan="3" class="text-center ">{{vc.changeNumMoneyToChinese(printPayFeeInfo.amount)}}
<td colspan="4" class="text-center ">{{vc.changeNumMoneyToChinese(printPayFeeInfo.amount)}}
</td>
<td colspan="1" class="text-center ">{{_computeSumArea()}}
</td>
@ -104,7 +104,7 @@
<div v-html="printPayFeeInfo.content"></div>
</p>
</td>
<td colspan="4">
<td colspan="5">
<img :src="printPayFeeInfo.qrImg" width="100px" height="100px">
</td>