แก้แสดง ลำดับ วินัย
This commit is contained in:
parent
ae8967259c
commit
c0e9fb6a0f
8 changed files with 147 additions and 57 deletions
|
|
@ -327,7 +327,11 @@ onMounted(() => {
|
|||
@click="router.push(`/discipline-suspend/${props.row.id}`)"
|
||||
>
|
||||
<div v-if="col.name === 'no'">
|
||||
{{ props.rowIndex + 1 }}
|
||||
{{
|
||||
(currentPage - 1) * Number(pagination.rowsPerPage) +
|
||||
props.rowIndex +
|
||||
1
|
||||
}}
|
||||
</div>
|
||||
<div
|
||||
v-else-if="col.name === 'organization'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue