{{ module | parseInt }} //整数 {{ module | parseFloat }} //浮点数 {{ module | mathRound }} //四舍五入 {{ module | transformJson }} //json转对象 {{ module | inputDateFilter }} //时间转换(与当前时间的时差,例如:昨天、xx月xx日、xx年等) {{ module | distanceFilter }} //距离(大于1000自动转换成公里,小于1000转为米) {{ module | clicksum : n }} //价格单位(千与万)(ps: n 为小数位)