fix bug ==> loading
This commit is contained in:
parent
31755747da
commit
e28e9bc3aa
6 changed files with 12 additions and 27 deletions
|
|
@ -395,11 +395,7 @@ onMounted(async () => {
|
|||
"
|
||||
>
|
||||
<div v-if="col.name == 'no'">
|
||||
{{
|
||||
(pagination.page - 1) * pagination.rowsPerPage +
|
||||
props.rowIndex +
|
||||
1
|
||||
}}
|
||||
{{ props.rowIndex + 1 }}
|
||||
</div>
|
||||
<div v-else-if="col.name === 'document'">
|
||||
<q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue