โครงสร้างกำลัง => ปรับ pagination เลือกคนครอง
This commit is contained in:
parent
82fa90e0a3
commit
a808eddad8
1 changed files with 5 additions and 1 deletions
|
|
@ -668,7 +668,11 @@ watch([() => page.value, () => pageSize.value], () => {
|
|||
:props="props"
|
||||
>
|
||||
<div v-if="col.name == 'no'">
|
||||
{{ props.rowIndex + 1 }}
|
||||
{{
|
||||
(page - 1) * Number(pageSize) +
|
||||
props.rowIndex +
|
||||
1
|
||||
}}
|
||||
</div>
|
||||
|
||||
<div v-else>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue