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