Commit 8b279fda authored by 吴春's avatar 吴春

1

parent 3e11df0d
......@@ -62,7 +62,7 @@
<Text v-if="u.TenantId==29&&item.PayIncome>0" style="padding-left: 10px;">已付金额:</Text>
<text style="font-size: 10px;" v-if="u.TenantId==29&&item.PayIncome>0"></text>
<text style="font-size: 17px;" v-if="u.TenantId==29&&item.PayIncome>0">{{item.PayIncome.toString().split(".")[0]}}</text>
<text style="font-size: 11px;" v-if="u.TenantId==29&&item.PayIncome>0">{{item.PayIncome.toString().split(".")[1] || "00"}}</text>
<text style="font-size: 11px;" v-if="u.TenantId==29&&item.PayIncome>0">.{{item.PayIncome.toString().split(".")[1] || "00"}}</text>
</view>
<!-- TODO 样式结构修改-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment