v1.9 邦泰收据 把现金两个字写成了金额

This commit is contained in:
wuxw 2025-10-27 15:07:35 +08:00
parent c0c87d4322
commit 63d1b6d5da

View File

@ -63,7 +63,7 @@
<tr> <tr>
<td colspan="3" class="text-center">{{ $t('printPayFeeBangTai.capitalRMB') }}</td> <td colspan="3" class="text-center">{{ $t('printPayFeeBangTai.capitalRMB') }}</td>
<td colspan="4" class="text-center">{{ changeNumMoneyToChinese(printPayFeeInfo.amount) }}</td> <td colspan="4" class="text-center">{{ changeNumMoneyToChinese(printPayFeeInfo.amount) }}</td>
<td colspan="1" class="text-center">{{ computeSumArea() }}</td> <td colspan="1" class="text-center">金额</td>
<td colspan="3" class="text-center">{{ printPayFeeInfo.amount }}</td> <td colspan="3" class="text-center">{{ printPayFeeInfo.amount }}</td>
</tr> </tr>
<tr v-if="printPayFeeInfo.content || printPayFeeInfo.qrImg" height="60px"> <tr v-if="printPayFeeInfo.content || printPayFeeInfo.qrImg" height="60px">