refactor: edit i18n due date

This commit is contained in:
Thanaphon Frappet 2025-02-20 09:55:08 +07:00
parent 4f085e068a
commit 697a8531f1
3 changed files with 3 additions and 1 deletions

View file

@ -147,6 +147,7 @@ export default {
ofPage: '{current} of {total}',
included: 'Included',
notIncluded: 'Not Included',
dueDate: 'Due date',
},
menu: {

View file

@ -149,6 +149,7 @@ export default {
ofPage: '{current} จาก {total}',
included: 'รวม',
notIncluded: 'ไม่รวม',
dueDate: 'วันครบกำหนด',
},
menu: {

View file

@ -61,7 +61,7 @@ const quotationCreatedBy = defineModel<string>('quotationCreatedBy');
:disabled="!readonly"
/>
<DatePicker
:label="$t('general.createdAt')"
:label="$t('general.dueDate')"
class="col-md-2 col-6"
:model-value="dueDate || new Date(Date.now())"
@update:model-value="