打开\apps\admin\view\default\content\content.html,搜索”每页显示数量“,找到

<option value="{url./admin/Content/index/mcode/'.get('mcode').'/pagesize/200}" {if(get('pagesize')==200)}selected{/if}>200条/页</option>

下方继续增加,按自己需要修改200数值,这里用2000来介绍

想改成多少就改成多少根据自己需要 别太多 会卡

<option value="{url./admin/Content/index/mcode/'.get('mcode').'/pagesize/2000}" {if(get('pagesize')==2000)}selected{/if}>2000条/页</option>

保存后就可以后台刷新看效果了

pbootcms后台如何加大每页显示数量