wip(freight): migration 0017 + model/column-list groundwork for add-freight-templates
This commit is contained in:
@@ -25,8 +25,8 @@ onMounted(() => {
|
||||
|
||||
<template>
|
||||
<VCard class="min-h-[560px]">
|
||||
<h1 class="mb-4 text-xl font-bold text-text">{{ t("user.invoicesTitle") }}</h1>
|
||||
<div v-if="loading" class="px-0 py-5 text-muted">{{ t("common.loading") }}</div>
|
||||
<h1 class="text-text mb-4 text-xl font-bold">{{ t("user.invoicesTitle") }}</h1>
|
||||
<div v-if="loading" class="text-muted px-0 py-5">{{ t("common.loading") }}</div>
|
||||
<UiEmptyState v-else-if="rows.length === 0" :text="t('user.noInvoices')" />
|
||||
<VTable v-else>
|
||||
<thead>
|
||||
@@ -54,4 +54,3 @@ onMounted(() => {
|
||||
</VTable>
|
||||
</VCard>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user