diff --git a/src/components/dashboard/Edfs-table/index.vue b/src/components/dashboard/Edfs-table/index.vue index 9d2b539..80a8aff 100644 --- a/src/components/dashboard/Edfs-table/index.vue +++ b/src/components/dashboard/Edfs-table/index.vue @@ -26,7 +26,7 @@ v-model:current-page="currentPage" v-model:page-size="pageSize" :width-type="1" - layout="prev, pager, next, jumper" + layout="total,prev, pager, next, jumper" :total="pageTotal" background @current-change="onPageCurrentChange" diff --git a/src/pages/deviceInfo/index.vue b/src/pages/deviceInfo/index.vue index ed5cb0d..428f3d9 100644 --- a/src/pages/deviceInfo/index.vue +++ b/src/pages/deviceInfo/index.vue @@ -24,6 +24,11 @@ row-class-name="row" @pageCurrentChange="handleJump" > + + +