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