function formatt(rec, val, index) {
if (rec === null || rec == "null") {
return "0";
} else {
return rec;
}
}

相关文章:

  • 2021-12-12
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2021-08-23
猜你喜欢
  • 2021-09-08
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
相关资源
相似解决方案