refactor: add i18n
This commit is contained in:
parent
369a7a406d
commit
59674d1295
3 changed files with 29 additions and 9 deletions
|
|
@ -95,20 +95,20 @@ watch(elements, () => {
|
|||
border-bottom: 2px solid var(--orange-5);
|
||||
"
|
||||
>
|
||||
รายการสินค้า
|
||||
{{ $t('peview.productList') }}
|
||||
</span>
|
||||
|
||||
<table ref="elements" class="q-mb-sm" cellpadding="0" style="width: 100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>อันดับ</th>
|
||||
<th>รหัสสินค้า</th>
|
||||
<th>รายละเอียด</th>
|
||||
<th>จำนวน</th>
|
||||
<th>ราคาต่อหน่วย</th>
|
||||
<th>ส่วนสด</th>
|
||||
<th>ภาษี</th>
|
||||
<th>มูลค่า</th>
|
||||
<th>{{ $t('peview.rank') }}</th>
|
||||
<th>{{ $t('peview.productCode') }}</th>
|
||||
<th>{{ $t('general.detail') }}</th>
|
||||
<th>{{ $t('general.amount') }}</th>
|
||||
<th>{{ $t('peview.pric') }}</th>
|
||||
<th>{{ $t('peview.discount') }}</th>
|
||||
<th>{{ $t('peview.vat') }}</th>
|
||||
<th>{{ $t('peview.value') }}</th>
|
||||
</tr>
|
||||
<tr class="color-tr" v-for="(_, i) in chunk">
|
||||
<td class="text-center">{{ i + 1 }}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue