Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
a462b23c2d857165899173c73c944619cecb713b
Authored by
ww
2022-10-13 11:25:24 +0800
1 parent
2baa873b
perf: camera manage pagination add quick jump
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/camera/manage/SplitScreenMode.vue
src/views/camera/manage/SplitScreenMode.vue
View file @
a462b23
...
...
@@ -157,6 +157,7 @@
157
157
:page-size="pagination.pageSize"
158
158
:show-size-changer="false"
159
159
@change="getCameraList"
160
+
:show-quick-jumper="true"
160
161
size="small"
161
162
:show-total="(total) => `共 ${total} 条`"
162
163
/>
...
...