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}',
|
ofPage: '{current} of {total}',
|
||||||
included: 'Included',
|
included: 'Included',
|
||||||
notIncluded: 'Not Included',
|
notIncluded: 'Not Included',
|
||||||
|
dueDate: 'Due date',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,7 @@ export default {
|
||||||
ofPage: '{current} จาก {total}',
|
ofPage: '{current} จาก {total}',
|
||||||
included: 'รวม',
|
included: 'รวม',
|
||||||
notIncluded: 'ไม่รวม',
|
notIncluded: 'ไม่รวม',
|
||||||
|
dueDate: 'วันครบกำหนด',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ const quotationCreatedBy = defineModel<string>('quotationCreatedBy');
|
||||||
:disabled="!readonly"
|
:disabled="!readonly"
|
||||||
/>
|
/>
|
||||||
<DatePicker
|
<DatePicker
|
||||||
:label="$t('general.createdAt')"
|
:label="$t('general.dueDate')"
|
||||||
class="col-md-2 col-6"
|
class="col-md-2 col-6"
|
||||||
:model-value="dueDate || new Date(Date.now())"
|
:model-value="dueDate || new Date(Date.now())"
|
||||||
@update:model-value="
|
@update:model-value="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue