From 78255cea066a096088d6fdce8d70957b6ebdc7c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A7=9A=E4=BF=8A=E6=97=AD?= <398847134@qq.com>
Date: Wed, 21 May 2025 15:36:06 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E6=9C=BA=E6=95=B0=E6=8D=AE=E7=94=9F?=
=?UTF-8?q?=E6=88=90=20=20=E7=94=B0=E9=97=B4=E7=9B=91=E6=B5=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../smartFarm/components/dataDisplay.vue | 278 ++++++++++-
.../src/views/smartFarm/components/stream.vue | 28 +-
.../smartFarm/inspection/fieldInspection.vue | 440 ++++++------------
3 files changed, 453 insertions(+), 293 deletions(-)
diff --git a/sub-operation-service/src/views/smartFarm/components/dataDisplay.vue b/sub-operation-service/src/views/smartFarm/components/dataDisplay.vue
index 792ae08..863f282 100644
--- a/sub-operation-service/src/views/smartFarm/components/dataDisplay.vue
+++ b/sub-operation-service/src/views/smartFarm/components/dataDisplay.vue
@@ -1,6 +1,206 @@
@@ -49,6 +322,9 @@ const props = defineProps({
fit="cover"
/>
+
diff --git a/sub-operation-service/src/views/smartFarm/components/stream.vue b/sub-operation-service/src/views/smartFarm/components/stream.vue
index 05a40d7..672a317 100644
--- a/sub-operation-service/src/views/smartFarm/components/stream.vue
+++ b/sub-operation-service/src/views/smartFarm/components/stream.vue
@@ -1,5 +1,5 @@