bootstrapTable自增序列号 {field:'xh',title: __('XH'),formatter:zz_index}, function zz_index(value,row,index) {returnindex+1}
7 col = [{ field:'SerialNumber', title:'序号', formatter:function(value, row, index) { returnindex+1; } }]