From 61cb6d050a067ad71ed88db64e9049d737cf07be Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 19 Dec 2024 10:27:44 +0700 Subject: [PATCH] fix: 04 => i18n --- src/components/04_product-service/WorkManagementComponent.vue | 2 +- src/i18n/eng.ts | 1 + src/i18n/tha.ts | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/04_product-service/WorkManagementComponent.vue b/src/components/04_product-service/WorkManagementComponent.vue index 3db9d52d..3566317b 100644 --- a/src/components/04_product-service/WorkManagementComponent.vue +++ b/src/components/04_product-service/WorkManagementComponent.vue @@ -438,7 +438,7 @@ watch(
- งวดที่จ่าย + {{ $t('productService.service.InstallmentsNo') }}
{{ !readonly ? '' : product.installmentNo }} diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 0d65858d..c5b62894 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -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', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index b13d32f6..b852671b 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -691,6 +691,7 @@ export default { workAlreadyExist: 'งานนี้มีอยู่แล้ว', splitPay: 'แบ่งจ่าย', noPropertiesYet: 'ยังไม่ได้เลือกคุณสมบัติต่อขั้นตอน', + InstallmentsNo: 'งวดที่จ่าย', }, product: { title: 'สินค้าและบริการ',