แก้ลำดับ
This commit is contained in:
parent
2cb6fa7218
commit
6bc5f6e509
1 changed files with 1 additions and 5 deletions
|
|
@ -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) : "-" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue