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: 'สินค้าและบริการ',