/public/assets/libs/bootstrap-table/dist/extensions/export/bootstrap-table-export.min.js  
//exportOptions:{}
//阻止表格导出时数字被科学计数
exportOptions: {
    mso: {
        onMsoNumberFormat: function(cell, row, col) {
            return !isNaN($(cell).text()) ? '\\@' : '';
        }
    }

}

 

相关文章:

  • 2022-12-23
  • 2021-12-01
  • 2021-11-21
  • 2022-03-03
  • 2022-01-11
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
猜你喜欢
  • 2021-07-21
  • 2021-11-19
  • 2022-01-17
  • 2021-05-10
  • 2021-06-08
  • 2021-11-19
相关资源
相似解决方案