(function($){$.fn.bootstrapTable.locales["zh-CN"]={formatLoadingMessage:function(){return"Loading……"},formatRecordsPerPage:function(pageNumber){return pageNumber+" per page"},formatShowingRows:function(pageFrom,pageTo,totalRows){return"from "+pageFrom+" to "+pageTo+" ,total "+totalRows+" records。"},formatSearch:function(){return"search"},formatNoMatches:function(){return"No Record..."},formatPaginationSwitch:function(){return"隐藏/显示分页"},formatRefresh:function(){return"refresh"},formatToggle:function(){return"switch"},formatColumns:function(){return"列"},formatExport:function(){return"导出数据"},formatClearFilters:function(){return"清空过滤"}};$.extend($.fn.bootstrapTable.defaults,$.fn.bootstrapTable.locales["zh-CN"])})(jQuery);