js财务金额千位小数格式化 vue

//财务金额千位小数格式化 Vue.prototype.formatSalary = function(num) { // console.log("进来的num",num); num = parseFloat(num).toFixed(2).toString().split("."); // console.log("第一次处理后的num",num); num[0] = num
相关文章
相关标签/搜索