This commit is contained in:
parent
5af6b60a4a
commit
5e999e0fb1
|
@ -348,7 +348,6 @@ watch(
|
|||
</template>
|
||||
<template #column-create-started="{ data }">
|
||||
<VnInputDate
|
||||
placeholder="dd-mm-aaa"
|
||||
:label="t('item.fixedPrice.started')"
|
||||
v-model="data.started"
|
||||
:required="true"
|
||||
|
@ -356,9 +355,8 @@ watch(
|
|||
</template>
|
||||
<template #column-create-ended="{ data }">
|
||||
<VnInputDate
|
||||
placeholder="dd-mm-aaa"
|
||||
:label="t('item.fixedPrice.ended')"
|
||||
v-model="data.landed"
|
||||
v-model="data.ended"
|
||||
:required="true"
|
||||
/>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue