数字精度格式化

   


   //展示时数据格式化
    rounding(row, column) {
      return parseFloat(row[column.property]).toFixed(2)
    },

你可能感兴趣的:(htmlelement-ui)