<th field="SJPFLF" editor="text" width="auto" align="center" formatter="sjpflf">
  实际排放量(方)
</th>

    function sjpflf(value,rowData,index){
        if(value !=null){
            return value.toFixed(2);
        }
    }

相关文章:

  • 2021-12-18
  • 2021-12-18
  • 2021-11-18
  • 2021-08-11
  • 2022-02-14
  • 2021-09-16
  • 2022-03-04
猜你喜欢
  • 2022-12-23
  • 2022-01-22
  • 2021-11-18
  • 2022-12-23
  • 2022-01-06
相关资源
相似解决方案