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