【修改】打包管理增加 确认收入列
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export function formatMoney(money) {
|
||||
if(money === 0) return '0.00'
|
||||
if(money === '') return ''
|
||||
var num = (money || 0).toString(),
|
||||
re = /\d{3}$/,
|
||||
|
||||
Reference in New Issue
Block a user