fix bug ==> loading
This commit is contained in:
parent
31755747da
commit
e28e9bc3aa
6 changed files with 12 additions and 27 deletions
|
|
@ -197,7 +197,7 @@ onMounted(async () => {
|
|||
:props="props"
|
||||
@click="onClickView(props.row.id, props.row.status)"
|
||||
>
|
||||
{{ (page - 1) * pageSize + props.rowIndex + 1 }}
|
||||
{{ props.rowIndex + 1 }}
|
||||
</q-td>
|
||||
<q-td
|
||||
key="leaveTypeName"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue