Vue2_Frontend 수정1...

This commit is contained in:
최준흠 2022-08-30 16:20:06 +09:00
parent 409ad85356
commit 7b1642c0c2

View File

@ -117,17 +117,20 @@
<p>{{ selectedRows }}</p> <p>{{ selectedRows }}</p>
</b-col> </b-col>
<b-col> <b-col>
<template> <b-pagination
<b-pagination v-model="currentPage"
v-model="currentPage" :total-rows="total"
:total-rows="total" :per-page="perPage"
:per-page="perPage" @page-click="pageClick"
@page-click="pageClick" last-number
aria-controls="todoTable" aria-controls="todoTable"
size="lg" class="justify-content-center"
class="justify-content-center" >
></b-pagination> <template #page="{ page, active }">
</template> <b v-if="active">{{ page }}</b>
<i v-else>{{ page }}</i>
</template>
</b-pagination>
</b-col> </b-col>
<b-col> <b-col>
<b-input-group class="justify-content-end"> <b-input-group class="justify-content-end">