Commit a462b23c2d857165899173c73c944619cecb713b
1 parent
2baa873b
perf: camera manage pagination add quick jump
Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -157,6 +157,7 @@ | @@ -157,6 +157,7 @@ | ||
| 157 | :page-size="pagination.pageSize" | 157 | :page-size="pagination.pageSize" |
| 158 | :show-size-changer="false" | 158 | :show-size-changer="false" |
| 159 | @change="getCameraList" | 159 | @change="getCameraList" |
| 160 | + :show-quick-jumper="true" | ||
| 160 | size="small" | 161 | size="small" |
| 161 | :show-total="(total) => `共 ${total} 条`" | 162 | :show-total="(total) => `共 ${total} 条`" |
| 162 | /> | 163 | /> |