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>
<span class="col ellipsis column text-weight-medium"> <span class="col ellipsis column text-weight-medium">
<div class="text-caption app-text-muted-2"> <div class="text-caption app-text-muted-2">
งวดทาย {{ $t('productService.service.InstallmentsNo') }}
</div> </div>
{{ !readonly ? '' : product.installmentNo }} {{ !readonly ? '' : product.installmentNo }}
<span class="row justify-end"> <span class="row justify-end">

View file

@ -699,6 +699,7 @@ export default {
workAlreadyExist: 'Work already exist', workAlreadyExist: 'Work already exist',
splitPay: 'Split Payment', splitPay: 'Split Payment',
noPropertiesYet: 'No properties have been selected yet', noPropertiesYet: 'No properties have been selected yet',
InstallmentsNo: 'Installments no',
}, },
product: { product: {
title: 'Products and Services', title: 'Products and Services',

View file

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