{field: 'qty', title: '数量', formatter: function(value) { return value.toLocaleString(); }},
在 FastAdmin 的表格显示带千分逗号的数字就这么简单
原文:https://www.cnblogs.com/F4NNIU/p/12388919.html