$('#bootstrap-table').bootstrapTable('updateCell', {
index: index, //行索引
field: 'xxx', //列名
value: xxx //cell值
})
$('#bootstrap-table').bootstrapTable('updateCell', {
index: index, //行索引
field: 'xxx', //列名
value: xxx //cell值
})