diff --git a/src/components/common/VnInputDate.vue b/src/components/common/VnInputDate.vue index b22de3606..60f693d18 100644 --- a/src/components/common/VnInputDate.vue +++ b/src/components/common/VnInputDate.vue @@ -122,6 +122,7 @@ watch( :no-focus="true" > @@ -538,15 +530,7 @@ onUnmounted(() => (stateStore.rightDrawer = false)); style="max-width: 125px" :show-event="false" v-model="props.row.ended" - v-on="getRowUpdateInputEvents(props, false, 'date')" - v-bind=" - isLower(props.row.started) - ? { - 'bg-color': 'warning', - 'is-outlined': true, - } - : {} - " + :options="(date) => date > props.row.ended" />