แก้ลำดับ

This commit is contained in:
setthawutttty 2024-12-27 15:31:57 +07:00
parent 2cb6fa7218
commit 6bc5f6e509

View file

@ -594,11 +594,7 @@ onMounted(async () => {
:props="props"
>
<div v-if="col.name == 'no'">
{{
(pagination.page - 1) * pagination.rowsPerPage +
props.rowIndex +
1
}}
{{ props.rowIndex + 1 }}
</div>
<div v-else-if="col.name == 'role'">
{{ props.row.role ? convertText(props.row.role) : "-" }}