1 //列格式化
 2 waf.defineCustomeClass("cellformatter.ratioFomatter", cellformatter.defaultFormatter, {
 3 format: function(cellval, rwd){
 4 //alert(rwd['signPayListEntry.appAmount']);
 5 if (rwd['name']) {
 6     return name 7 }
 8 else {
 9     return null;
10 }
11 }
12 });​

 

相关文章:

  • 2021-08-12
  • 2022-03-03
  • 2022-12-23
  • 2021-12-28
  • 2021-07-19
  • 2021-07-19
猜你喜欢
  • 2022-12-23
  • 2021-09-29
  • 2021-11-26
  • 2021-08-24
  • 2021-09-25
  • 2021-08-12
  • 2021-11-30
相关资源
相似解决方案