Util.createGridColumn({header : '验证情况',
                width : 143,
                dataIndex : 'validateSituation',
                align : 'center',
                renderer:function(value,metaData,record,rowIndex,colIndex,store,view){
                    metaData.style = 'background-color:#87CEFA';
                    return value;
                }
            })
            ]

相关文章:

  • 2021-11-21
  • 2022-01-08
  • 2021-12-01
  • 2021-05-05
  • 2021-08-29
  • 2021-09-10
  • 2022-02-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2022-02-07
  • 2021-11-17
相关资源
相似解决方案