refactor: edit i18n due date
This commit is contained in:
parent
4f085e068a
commit
697a8531f1
3 changed files with 3 additions and 1 deletions
|
|
@ -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