最近搜索

thymeleaf 模板引擎的小点数 问题

浏览:794
管理员 2020-02-19 02:37




在thymeleaf 中  是显示后面的小数位的。(后位是.00  也是显示的。)



但是在layui  table 中不显示。(后位是.00 不显示)

可能有2种原因,

1  layui,table   去掉的小数位。

2  json格式化时去掉的。




动态table  数字 格式化  保留2位 小数点  浮点数字

<script type="text/html" id="format_youpiao">
	{{#  if(d.youpiao != null){ }}
	 {{ (d.youpiao).toFixed(2) }}
  {{#  } else { }}
  {{#  } }}
</script>



联系站长

站长微信:xiaomao0055

站长QQ:14496453