formatAmount(格式金额)

// Import the module
import {utils} from 'easy-util-tools'
/**
 * 格式化金额
 * Format the amount
 * @param data
 * @param formatSymbols
 */
let amount = utils.formatAmount(2322.2)

Last updated