标签:lte 文本 格式 span price 过滤器 enc return tofixed
常用于文本格式化
<div class="pro-price">{{item.price | currency}}</div>
filters:{ currency(val){ if (val){ return `¥${val.toFixed(2)}元` } } },
标签:lte 文本 格式 span price 过滤器 enc return tofixed
原文地址:https://www.cnblogs.com/-xiao/p/12287167.html