From 02e53460d71efd0cc7ddfab43a0098767ab6130b Mon Sep 17 00:00:00 2001
From: yaooo <272523191@qq.com>
Date: Fri, 1 Dec 2023 11:47:37 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=BA=AF=E6=BA=90=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
admin/src/views/land_plant/index.vue | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/admin/src/views/land_plant/index.vue b/admin/src/views/land_plant/index.vue
index 6828d0da..b877ea4b 100644
--- a/admin/src/views/land_plant/index.vue
+++ b/admin/src/views/land_plant/index.vue
@@ -86,7 +86,11 @@
- {{ row.plant_date ? timeFormat(row.plant_date, 'yyyy-mm-dd hh:MM:ss') : '' }}
+ {{
+ row.plant_date
+ ? timeFormat(row.plant_date, 'yyyy-mm-dd hh:MM:ss')
+ : ''
+ }}