fix: 04 => i18n
This commit is contained in:
parent
40e69b48a8
commit
61cb6d050a
3 changed files with 3 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ watch(
|
|||
</span>
|
||||
<span class="col ellipsis column text-weight-medium">
|
||||
<div class="text-caption app-text-muted-2">
|
||||
งวดที่จ่าย
|
||||
{{ $t('productService.service.InstallmentsNo') }}
|
||||
</div>
|
||||
{{ !readonly ? '' : product.installmentNo }}
|
||||
<span class="row justify-end">
|
||||
|
|
|
|||
|
|
@ -699,6 +699,7 @@ export default {
|
|||
workAlreadyExist: 'Work already exist',
|
||||
splitPay: 'Split Payment',
|
||||
noPropertiesYet: 'No properties have been selected yet',
|
||||
InstallmentsNo: 'Installments no',
|
||||
},
|
||||
product: {
|
||||
title: 'Products and Services',
|
||||
|
|
|
|||
|
|
@ -691,6 +691,7 @@ export default {
|
|||
workAlreadyExist: 'งานนี้มีอยู่แล้ว',
|
||||
splitPay: 'แบ่งจ่าย',
|
||||
noPropertiesYet: 'ยังไม่ได้เลือกคุณสมบัติต่อขั้นตอน',
|
||||
InstallmentsNo: 'งวดที่จ่าย',
|
||||
},
|
||||
product: {
|
||||
title: 'สินค้าและบริการ',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue