From 68bbeb63fd79bad5ada10a9190cdb3f8f4297566 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Fri, 6 Feb 2026 18:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E6=9F=A5=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=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/views/Detection.vue | 324 ++++++++++++------ .../src/renderer/src/views/PatientCreate.vue | 11 +- .../src/renderer/src/views/PatientProfile.vue | 4 +- 3 files changed, 227 insertions(+), 112 deletions(-) diff --git a/frontend/src/renderer/src/views/Detection.vue b/frontend/src/renderer/src/views/Detection.vue index 5e7ccc51..825f13e0 100644 --- a/frontend/src/renderer/src/views/Detection.vue +++ b/frontend/src/renderer/src/views/Detection.vue @@ -3,7 +3,6 @@
-
+
@@ -193,74 +192,93 @@
-
-
-
-
- 左前足 - - {{ footPressure.left_front }}% - +
+
+
+
+
+ 左前足 + + {{ footPressure.left_front }}% + +
+
+ 左后足 + + {{ footPressure.left_rear }}% + +
+
-
- 左后足 - - {{ footPressure.left_rear }}% - +
+
+
+
左足
+
右足
-
- 左足总压力 - - {{ footPressure.left_total}}% - +
+ + +
+ +
连接已断开!
+
+
+
+ +
+
+
+
+
+
+ 右前足 + + {{ footPressure.right_front }}% + +
+
+ 右后足 + + {{ footPressure.right_rear }}% + +
+
-
-
-
左足
-
右足
+
+
+ 左足总压力 + + {{ footPressure.left_total}}% +
-
- - -
- -
连接已断开!
-
-
-
-
-
-
-
-
-
- 右前足 - - {{ footPressure.right_front }}% - -
-
- 右后足 - - {{ footPressure.right_rear }}% - -
-
- 右足总压力 - - {{ footPressure.right_total}}% - -
+
+ 右足总压力 + + {{ footPressure.right_total}}% +
+
-
@@ -430,9 +448,9 @@
- -
+ +
@@ -444,7 +462,7 @@
+ class="userinfo-edit-img" style="cursor: pointer;" @click="handleEditUserInfo">
@@ -461,61 +479,116 @@
-
-
-
出生日期
+
+ +
+
出生日期
{{ formatDate(patientInfo.birth_date) }}
-
-
身高
+
+
身高
{{ patientInfo.height ==''||patientInfo.height ==null ?'—':patientInfo.height}}cm
-
-
体重
+
+
体重
{{ patientInfo.weight ==''||patientInfo.weight ==null ?'—':patientInfo.weight}}kg
-
-
鞋码
+
+
鞋码
{{ patientInfo.shoe_size ==''||patientInfo.shoe_size ==null ?'—':patientInfo.shoe_size}}码
-
-
电话
+
+
电话
{{ patientInfo.phone ==''||patientInfo.phone ==null ?'—':patientInfo.phone}}
-
-
民族
+
+
民族
{{ patientInfo.nationality ==''||patientInfo.nationality ==null ?'—':patientInfo.nationality}}
-
-
身份证号
+
+
身份证号
{{ patientInfo.idcode ==''||patientInfo.idcode ==null ?'—':patientInfo.idcode}}
-
-
职业
+
+
职业
{{ patientInfo.occupation ==''||patientInfo.occupation ==null ?'—':patientInfo.occupation}}
-
-
居住地
+
+
+ +
+
出生日期
+
+ + {{ formatDate(patientInfo.birth_date) }} + +
+
+
+
身高
+
+ {{ patientInfo.height ==''||patientInfo.height ==null ?'—':patientInfo.height}}cm +
+
+
+
体重
+
+ {{ patientInfo.weight ==''||patientInfo.weight ==null ?'—':patientInfo.weight}}kg +
+
+
+
鞋码
+
+ {{ patientInfo.shoe_size ==''||patientInfo.shoe_size ==null ?'—':patientInfo.shoe_size}}码
+
+
+
电话
+
+ {{ patientInfo.phone ==''||patientInfo.phone ==null ?'—':patientInfo.phone}} +
+
+
+
民族
+
+ {{ patientInfo.nationality ==''||patientInfo.nationality ==null ?'—':patientInfo.nationality}}
+
+
+
身份证号
+
+ {{ patientInfo.idcode ==''||patientInfo.idcode ==null ?'—':patientInfo.idcode}} +
+
+
+
职业
+
+ {{ patientInfo.occupation ==''||patientInfo.occupation ==null ?'—':patientInfo.occupation}}
+
+
+
居住地
{{ patientInfo.residence ==''||patientInfo.residence ==null ?'—':patientInfo.residence}}
-
-
邮箱
+
+
邮箱
{{ patientInfo.email ==''||patientInfo.email ==null ?'—':patientInfo.email}}
@@ -523,7 +596,8 @@
-
+
+
@@ -538,14 +612,14 @@
-
+
camera1 + style="width: 100%; height: 100%;object-fit:contain;" />
连接已断开!
@@ -557,7 +631,7 @@
camera2 + style="width: 100%; height: 100%;object-fit:contain;" />
连接已断开!
@@ -566,7 +640,7 @@
- +
@@ -713,6 +787,7 @@
本次检测未截图或录像操作,不予存档记录!
本次检测未截图操作,存档记录不可生成报告!
+
取消
确定
@@ -824,7 +899,7 @@