ปรับ index tableรายการลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-07 16:46:49 +07:00
parent da5dd5095c
commit 8b7d83e1d7

View file

@ -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"