linzhijie
2021-03-11 93af1c6ffb9ae0e894689ad3a37b548e57d54cff
1
(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);