fix: typo

This commit is contained in:
Methapon Metanipat 2024-10-24 16:36:46 +07:00
parent d3a6ac7187
commit a84ad89d12
6 changed files with 9 additions and 9 deletions

View file

@ -253,20 +253,20 @@ function print() {
border-bottom: 2px solid var(--orange-5);
"
>
{{ $t('peview.productList') }}
{{ $t('preview.productList') }}
</span>
<table ref="elements" class="q-mb-sm" cellpadding="0" style="width: 100%">
<tbody class="color-tr">
<tr>
<th>{{ $t('peview.rank') }}</th>
<th>{{ $t('peview.productCode') }}</th>
<th>{{ $t('preview.rank') }}</th>
<th>{{ $t('preview.productCode') }}</th>
<th>{{ $t('general.detail') }}</th>
<th>{{ $t('general.amount') }}</th>
<th>{{ $t('peview.pricePerUnit') }}</th>
<th>{{ $t('peview.discount') }}</th>
<th>{{ $t('peview.vat') }}</th>
<th>{{ $t('peview.value') }}</th>
<th>{{ $t('preview.pricePerUnit') }}</th>
<th>{{ $t('preview.discount') }}</th>
<th>{{ $t('preview.vat') }}</th>
<th>{{ $t('preview.value') }}</th>
</tr>
<tr v-for="(v, i) in chunk">
<td class="text-center">{{ i + 1 }}</td>