From 4a561741c8ac2056c6f5df81a85d50bcade5d81d Mon Sep 17 00:00:00 2001 From: jackhoo_98 Date: Mon, 27 Mar 2023 20:33:27 +0800 Subject: [PATCH] fix: bug#11004 --- .../DataCollect/Dashboard/components/Card.vue | 22 +++++++------------ src/views/DataCollect/Dashboard/tool.ts | 15 ++++++++----- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/src/views/DataCollect/Dashboard/components/Card.vue b/src/views/DataCollect/Dashboard/components/Card.vue index b317d297..44a6a146 100644 --- a/src/views/DataCollect/Dashboard/components/Card.vue +++ b/src/views/DataCollect/Dashboard/components/Card.vue @@ -21,7 +21,7 @@ :allowClear="false" :show-time="{ format: 'HH:mm:ss' }" format="YYYY-MM-DD HH:mm:ss" - v-model="data.time" + v-model:value="data.time.time" @change="pickerTimeChange" >