fix: 04 => i18n

This commit is contained in:
puriphatt 2024-12-19 10:27:44 +07:00
parent 40e69b48a8
commit 61cb6d050a
3 changed files with 3 additions and 1 deletions

View file

@ -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">

View file

@ -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',

View file

@ -691,6 +691,7 @@ export default {
workAlreadyExist: 'งานนี้มีอยู่แล้ว',
splitPay: 'แบ่งจ่าย',
noPropertiesYet: 'ยังไม่ได้เลือกคุณสมบัติต่อขั้นตอน',
InstallmentsNo: 'งวดที่จ่าย',
},
product: {
title: 'สินค้าและบริการ',