ปรับ index tableรายการลา
This commit is contained in:
parent
da5dd5095c
commit
8b7d83e1d7
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ onMounted(async () => {
|
|||
:props="props"
|
||||
@click="onClickView(props.row.id, props.row.status)"
|
||||
>
|
||||
{{ props.rowIndex + 1 }}
|
||||
{{ (page - 1) * pageSize + props.rowIndex + 1 }}
|
||||
</q-td>
|
||||
<q-td
|
||||
key="leaveTypeName"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue