mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
243ac011e2
commit
c175025c87
@ -63,7 +63,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3" class="text-center "><span><vc:i18n name="大写人民币" namespace="printPayFee"></vc:i18n></span>(元)</td>
|
<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>
|
||||||
<td colspan="3" class="text-center ">{{printPayFeeInfo.amount}}</td>
|
<td colspan="3" class="text-center ">{{printPayFeeInfo.amount}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -91,7 +91,7 @@
|
|||||||
<td colspan="3" class="text-center "><span>
|
<td colspan="3" class="text-center "><span>
|
||||||
<vc:i18n name="大写人民币" namespace="printPayFeeBangTai"></vc:i18n>
|
<vc:i18n name="大写人民币" namespace="printPayFeeBangTai"></vc:i18n>
|
||||||
</span>(元)</td>
|
</span>(元)</td>
|
||||||
<td colspan="3" class="text-center ">{{vc.changeNumMoneyToChinese(printPayFeeInfo.amount)}}
|
<td colspan="4" class="text-center ">{{vc.changeNumMoneyToChinese(printPayFeeInfo.amount)}}
|
||||||
</td>
|
</td>
|
||||||
<td colspan="1" class="text-center ">{{_computeSumArea()}}
|
<td colspan="1" class="text-center ">{{_computeSumArea()}}
|
||||||
</td>
|
</td>
|
||||||
@ -104,7 +104,7 @@
|
|||||||
<div v-html="printPayFeeInfo.content"></div>
|
<div v-html="printPayFeeInfo.content"></div>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
<td colspan="4">
|
<td colspan="5">
|
||||||
<img :src="printPayFeeInfo.qrImg" width="100px" height="100px">
|
<img :src="printPayFeeInfo.qrImg" width="100px" height="100px">
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user