处理数字成统一本地字符串表示或单位为万
在需要使用的vue文件中引入
import { numberForma } from '@xiaoe/js-tools'
/** * @param {string/number} val 需要处理的数值 */
example: numberFormat(200000) return:20.00万
let num = numberFormat(200000);
← formatPrice getByteLen →