From 6c5a72eb0c5263586e9adce01768be730aa1c361 Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Wed, 6 Aug 2025 17:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/renderer/src/assets/record.png | Bin 0 -> 941 bytes frontend/src/renderer/src/views/Dashboard.vue | 8 +- frontend/src/renderer/src/views/Detection.vue | 145 +++++++++++++++--- 3 files changed, 128 insertions(+), 25 deletions(-) create mode 100644 frontend/src/renderer/src/assets/record.png diff --git a/frontend/src/renderer/src/assets/record.png b/frontend/src/renderer/src/assets/record.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff0620922ca8e4585f83be9690e74031bcee625 GIT binary patch literal 941 zcmV;e15*5nP)Px&XGugsR7gw3R!e9UK@fd4o9#ut=}D8BRgmnAc!{X-s3=5K@P~pP)PRVfpr9u| zsQ5W4C@3fd{2UY%HR1;ae@7!?F5=EcL3bw6lis4FH#;RgyQ4Fko!xAVW^U76Rj;f1 zb-f}?&_@%5i-v)-ElrCPq)jh^W~f6az+Z~&eYN_BUpA7&sDMA}V(u{Uc7Rp`m>C1` z8Q^H_D|;v_Tn0GLuQSb2Yt2MbJCTPk(2jlgY15A%qyF0duwb;gnHap1AQwjns=^qraaS#IGmMej{s-&ae)x zwrz-SWu>a!GF6nYNQ_09f|G<5s;)=`PT>JyED9A-rkH_XRD*z0DvxPd1!-%xn(g3+^Y@%RmoM2DHAg6 z1qV?BLIJ#!h?KlF$545InY)vqi{mohj%XtPbD;m5w;bnNccA|lpep7s3hkXP5d2Hi P00000NkvXXu0mjfNiwo6 literal 0 HcmV?d00001 diff --git a/frontend/src/renderer/src/views/Dashboard.vue b/frontend/src/renderer/src/views/Dashboard.vue index e33f2e9e..25c87dea 100644 --- a/frontend/src/renderer/src/views/Dashboard.vue +++ b/frontend/src/renderer/src/views/Dashboard.vue @@ -33,7 +33,7 @@ + highlight-current-row :header-cell-style="{color:'#000000 !important'}"> @@ -260,6 +260,7 @@ import { ElMessage, ElMessageBox } from 'element-plus' import { patientAPI } from '../services/api.js' import { useAuthStore } from '../stores/index.js' import Header from '@/views/Header.vue' +import { color } from 'echarts' const router = useRouter() const authStore = useAuthStore() @@ -1083,6 +1084,9 @@ function delClick(id) { border-color: rgba(215, 215, 215, 1); color: #FFFFFF; } +:deep(.el-table th){ + color: #000000 !important; +} @@ -1153,7 +1157,7 @@ function delClick(id) { } .dashboard-container.dashboard-container-home .el-dialog { - background-color: rgba(85, 85, 85, 0.9); + background-color: rgba(85, 85, 85, 1); } .dashboard-container.dashboard-container-home .el-dialog__title { diff --git a/frontend/src/renderer/src/views/Detection.vue b/frontend/src/renderer/src/views/Detection.vue index 27aa45a9..7d1a9b54 100644 --- a/frontend/src/renderer/src/views/Detection.vue +++ b/frontend/src/renderer/src/views/Detection.vue @@ -11,9 +11,10 @@ 实时检测 - +
+ +
{{ formattedTime }}
+
左前足 - {{ footPressure.left_front }} + {{ footPressure.left_front + }}
左后足 @@ -179,24 +181,26 @@
左足总压力 - {{ footPressure.left_total }} + {{ footPressure.left_total + }}
右足总压力 - {{ footPressure.right_total }} + {{ footPressure.right_total + }}
右前足 - {{ footPressure.right_front }} + {{ footPressure.right_front + }}
右后足 - {{ footPressure.right_rear }} + {{ footPressure.right_rear + }}
@@ -342,7 +346,7 @@