From a250827b374b16a1e54f37ea79f8a4394c629405 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Sun, 25 Sep 2022 09:54:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=8C=E7=BC=96=E8=BE=91=E5=88=97=E8=A1=A8JV?= =?UTF-8?q?xeTable=E6=97=B6=E9=97=B4=E6=8E=A7=E4=BB=B6=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/cells/JVxeDateCell.vue | 16 +++------------- .../src/components/cells/JVxeTimeCell.vue | 15 +++------------ src/views/demo/jeecg/JVxeTableDemo/JVxeDemo1.vue | 2 +- src/views/demo/jeecg/JVxeTableDemo/JVxeDemo5.vue | 2 +- 4 files changed, 8 insertions(+), 27 deletions(-) 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 @@