可以在管理界面设置里设置默认每页显示数

This commit is contained in:
GoEdgeLab
2022-02-24 20:52:47 +08:00
parent 3796b25676
commit 64668f8e66
4 changed files with 35 additions and 2 deletions

View File

@@ -76,5 +76,16 @@
</tr>
</table>
<h4>其他</h4>
<table class="ui table definition selectable">
<tr>
<td class="title">每页显示数</td>
<td>
<input type="text" name="defaultPageSize" v-model="config.defaultPageSize" maxlength="3" style="width: 4em"/>
<p class="comment">在有分页的地方每页显示数量不能超过100。</p>
</td>
</tr>
</table>
<submit-btn></submit-btn>
</form>