fix: typo
This commit is contained in:
parent
d3a6ac7187
commit
a84ad89d12
6 changed files with 9 additions and 9 deletions
|
|
@ -789,7 +789,7 @@ export default {
|
|||
},
|
||||
},
|
||||
|
||||
peview: {
|
||||
preview: {
|
||||
productList: 'รายการสินค้า',
|
||||
rank: 'อันดับ',
|
||||
productCode: 'รหัสสินค้า',
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -95,7 +95,7 @@ const routes: RouteRecordRaw[] = [
|
|||
{
|
||||
path: '/quotation/document-view',
|
||||
name: 'QuotationDocumentView',
|
||||
component: () => import('pages/05_quotation/peview/ViewForm.vue'),
|
||||
component: () => import('pages/05_quotation/preview/ViewForm.vue'),
|
||||
},
|
||||
|
||||
// Always leave this as last one,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue