fix: refs #8731 required Date
This commit is contained in:
parent
677477df8d
commit
18c927adb2
|
@ -224,7 +224,11 @@ async function getAmountPaid() {
|
|||
/>
|
||||
</VnRow>
|
||||
<VnRow>
|
||||
<VnInputDate :label="t('Date')" v-model="data.payed" />
|
||||
<VnInputDate
|
||||
:label="t('Date')"
|
||||
v-model="data.payed"
|
||||
:required="true"
|
||||
/>
|
||||
<VnSelect
|
||||
:label="t('Company')"
|
||||
:options="companyOptions"
|
||||
|
|
Loading…
Reference in New Issue