Commit a462b23c2d857165899173c73c944619cecb713b

Authored by ww
1 parent 2baa873b

perf: camera manage pagination add quick jump

@@ -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 />