refactor: edit i18n due date
This commit is contained in:
parent
4f085e068a
commit
697a8531f1
3 changed files with 3 additions and 1 deletions
|
|
@ -147,6 +147,7 @@ export default {
|
|||
ofPage: '{current} of {total}',
|
||||
included: 'Included',
|
||||
notIncluded: 'Not Included',
|
||||
dueDate: 'Due date',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
|
|||
|
|
@ -149,6 +149,7 @@ export default {
|
|||
ofPage: '{current} จาก {total}',
|
||||
included: 'รวม',
|
||||
notIncluded: 'ไม่รวม',
|
||||
dueDate: 'วันครบกำหนด',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
|
|||
|
|
@ -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="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue