function XR_jd(alue, rowData, rowIndex){
       var value;
        ......
       var htmlstr = '<div class="easyui-progressbar progressbar" style="width: 100%; height: 20px;" value="' + value + '" text="' + value + '%">' +
        '<div class="progressbar-text" style="width: 100%; height: 20px; line-height: 20px;">' + value + '%</div>' +
            '<div class="progressbar-value" style="width: ' + value + '%; height: 20px; line-height: 20px;">' +
                '<div class="progressbar-text" style="width: 100%; height: 20px; line-height: 20px;">' + value + '%</div>' +
            '</div>' +
        '</div>';
        return htmlstr;
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2021-08-15
  • 2021-07-05
  • 2022-12-23
猜你喜欢
  • 2021-10-22
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案