From 2b0acd819ee99fb9185a7d46601081d3a3457985 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Sat, 11 Oct 2025 17:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=86=E9=A2=91=E6=94=BE?= =?UTF-8?q?=E5=A4=A7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/renderer/src/views/Detection.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/src/renderer/src/views/Detection.vue b/frontend/src/renderer/src/views/Detection.vue index 4acd8813..455efd6e 100644 --- a/frontend/src/renderer/src/views/Detection.vue +++ b/frontend/src/renderer/src/views/Detection.vue @@ -345,9 +345,11 @@
视频 +
+ @@ -562,6 +564,12 @@ +
+ + +
@@ -576,6 +584,7 @@ import * as echarts from 'echarts' import { getBackendUrl, patientAPI } from '../services/api.js' import noImageSvg from '@/assets/no-image.svg' import HistoryDashboard from '@/views/PatientProfile.vue' +const isBig =ref(false) const authStore = useAuthStore() const router = useRouter() const route = useRoute()