feat: 测试信息页增加每页记录数选择(20/50/100)
This commit is contained in:
@@ -23,6 +23,14 @@
|
||||
</label>
|
||||
<button onclick="searchData(1)" class="btn-search">搜索</button>
|
||||
<button onclick="exportCSV()" class="btn-export">导出 CSV</button>
|
||||
<label style="margin-left:16px;">
|
||||
每页:
|
||||
<select id="per-page" onchange="searchData(1)" style="width:70px;">
|
||||
<option value="20">20</option>
|
||||
<option value="50">50</option>
|
||||
<option value="100">100</option>
|
||||
</select>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<table id="test-data-table">
|
||||
|
||||
Reference in New Issue
Block a user