Confirm view #84

Merged
jsegarra merged 9 commits from wbuezas/hedera-web-mindshore:feature/ConfirmView into 4922-vueMigration 2024-09-12 23:17:38 +00:00
1 changed files with 13 additions and 1 deletions
Showing only changes of commit c4a64bff91 - Show all commits
src/pages/Ecomerce

View File

@ -90,7 +90,11 @@ onMounted(async () => {
<VnTable
:columns="columns"
:rows="invoices"
:hide-header="!invoices?.length"
hide-header
:hide-bottom="!!invoices.length"
:pagination="{ rowsPerPage: 0 }"
hide-pagination
class="invoices-table"
>
<template #body-cell-hasPdf="{ row }">
<QTd
@ -127,6 +131,14 @@ onMounted(async () => {
</div>
</template>
<style lang="scss">
.invoices-table {
.scroll {
overflow: hidden !important;
}
}
</style>
<i18n lang="yaml">
en-US:
noInvoicesFound: No invoices found