[修改] 修改统计图问题
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export function formatMoney(money) {
|
||||
if(money === '') return ''
|
||||
var num = (money || 0).toString(),
|
||||
re = /\d{3}$/,
|
||||
result = ''
|
||||
|
||||
Reference in New Issue
Block a user