mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
优化代码
This commit is contained in:
parent
243ac011e2
commit
c175025c87
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user