From 59f9f88f8b7b1a144b50b9c67c75acd97b1eca65 Mon Sep 17 00:00:00 2001
From: zhaojisen <1301338853@qq.com>
Date: Mon, 22 Jul 2024 14:48:51 +0800
Subject: [PATCH] fixed: Fixed an issue where the validation date does not
refresh
---
.../Table/TableFormatters/DateFormatter.vue | 33 +++++++++++--------
1 file changed, 20 insertions(+), 13 deletions(-)
diff --git a/src/components/Table/TableFormatters/DateFormatter.vue b/src/components/Table/TableFormatters/DateFormatter.vue
index 6f8b9b96c..b3fe7567e 100644
--- a/src/components/Table/TableFormatters/DateFormatter.vue
+++ b/src/components/Table/TableFormatters/DateFormatter.vue
@@ -1,5 +1,5 @@
- {{ value }}
+ {{ dateValue }}
-