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