{
'field': '',
'title': '序号',
'align': 'center',
'width': '5%',
'formatter': function (value, row, index) {
var options = $('#你的tableId').bootstrapTable('getOptions');
return options.pageSize * (options.pageNumber - 1) + index + 1;
}
}