@@ -126,6 +126,15 @@
:columns="columns"
:data="tableData"
bordered
+ :pagination="{
+ defaultCurrent: 1,
+ defaultPageSize: 10,
+ onChange,
+ showJumper: true,
+ showPageSize: false,
+ total: pagination.total,
+ current: pagination.pageNumber,
+ }"
>
<template #serviceScope="{ row }">{{
SERVICE_RANGE[row.serviceScope]