diff --git a/src/components/jeecg/JVxeTable/src/components/cells/JVxeDateCell.vue b/src/components/jeecg/JVxeTable/src/components/cells/JVxeDateCell.vue index 9dc1159..f8a1b2a 100644 --- a/src/components/jeecg/JVxeTable/src/components/cells/JVxeDateCell.vue +++ b/src/components/jeecg/JVxeTable/src/components/cells/JVxeDateCell.vue @@ -6,6 +6,7 @@ :showTime="isDatetime" dropdownClassName="j-vxe-date-picker" style="min-width: 0" + v-model:open="openPicker" v-bind="cellProps" @change="handleChange" /> @@ -14,7 +15,6 @@