From a6a93484a58a918fae6206d61e440ef09517b85c Mon Sep 17 00:00:00 2001
From: Cxx0822 <1556464090@qq.com>
Date: Fri, 11 Sep 2026 16:21:35 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=8A=A0=E8=BD=BD?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=9A=84=E6=97=B6=E6=9C=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/index/index.vue | 16 +++-------------
src/pages/record/index.vue | 2 +-
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 77580de..c608b26 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -42,7 +42,7 @@
-
+
{{ item.crop.name }}
{{ item.crop.variety }}
@@ -69,19 +69,17 @@
-
diff --git a/src/pages/record/index.vue b/src/pages/record/index.vue
index 0293e9b..c18b2b6 100644
--- a/src/pages/record/index.vue
+++ b/src/pages/record/index.vue
@@ -1 +1 @@
-
{{ patchStore.currentPatch.crop.name }}
{{ patchStore.currentPatch.crop.variety }}
点击添加作物
{{ item.type }}
{{ item.stage }}
{{ item.date }}
{{ item.content }}
\ No newline at end of file
+
{{ patchStore.currentPatch.crop.name }}
{{ patchStore.currentPatch.crop.variety }}
📅 {{ patchStore.currentPatch.crop?.date }}
点击添加作物
{{ item.type }}
{{ item.stage }}
{{ item.date }}
{{ item.content }}
\ No newline at end of file