diff --git a/src/components/03_customer-management/AboutComponent.vue b/src/components/03_customer-management/AboutComponent.vue index bba9d532..1c2c0157 100644 --- a/src/components/03_customer-management/AboutComponent.vue +++ b/src/components/03_customer-management/AboutComponent.vue @@ -137,13 +137,16 @@ const employerBranchCode = defineModel('employerBranchCode'); utc autoApply v-model="registerDate" - :locale="'th'" + :locale="$i18n.locale === 'th-th' ? 'th' : 'en'" :enableTimePicker="false" :disabled="readonly" class="col-3" > +