diff --git a/frontend/src/renderer/main/main.js b/frontend/src/renderer/main/main.js index 40af771f..dcfd2645 100644 --- a/frontend/src/renderer/main/main.js +++ b/frontend/src/renderer/main/main.js @@ -189,8 +189,8 @@ function stopBackendService() { function createWindow() { splashWindow = new BrowserWindow({ - width: 480, - height: 320, + width: 1920, + height: 1080, frame: false, resizable: false, alwaysOnTop: true, diff --git a/frontend/src/renderer/src/assets/archive/pitch.png b/frontend/src/renderer/src/assets/archive/pitch.png index 3d1a415c..ddce3d55 100644 Binary files a/frontend/src/renderer/src/assets/archive/pitch.png and b/frontend/src/renderer/src/assets/archive/pitch.png differ diff --git a/frontend/src/renderer/src/assets/archive/pitch111.png b/frontend/src/renderer/src/assets/archive/pitch111.png new file mode 100644 index 00000000..3d1a415c Binary files /dev/null and b/frontend/src/renderer/src/assets/archive/pitch111.png differ diff --git a/frontend/src/renderer/src/assets/archive/roll.png b/frontend/src/renderer/src/assets/archive/roll.png index 5e1ad141..8e432ff2 100644 Binary files a/frontend/src/renderer/src/assets/archive/roll.png and b/frontend/src/renderer/src/assets/archive/roll.png differ diff --git a/frontend/src/renderer/src/assets/archive/roll1.png b/frontend/src/renderer/src/assets/archive/roll1.png new file mode 100644 index 00000000..5e1ad141 Binary files /dev/null and b/frontend/src/renderer/src/assets/archive/roll1.png differ diff --git a/frontend/src/renderer/src/assets/archive/yaw.png b/frontend/src/renderer/src/assets/archive/yaw.png index 0911eaf1..04e5f0f8 100644 Binary files a/frontend/src/renderer/src/assets/archive/yaw.png and b/frontend/src/renderer/src/assets/archive/yaw.png differ diff --git a/frontend/src/renderer/src/assets/archive/yaw11.png b/frontend/src/renderer/src/assets/archive/yaw11.png new file mode 100644 index 00000000..0911eaf1 Binary files /dev/null and b/frontend/src/renderer/src/assets/archive/yaw11.png differ diff --git a/frontend/src/renderer/src/views/AloneReportComparison.vue b/frontend/src/renderer/src/views/AloneReportComparison.vue index 2569414a..6ab6fa83 100644 --- a/frontend/src/renderer/src/views/AloneReportComparison.vue +++ b/frontend/src/renderer/src/views/AloneReportComparison.vue @@ -37,21 +37,21 @@
鞋码:{{ selectedPatient.shoe_size }}码
- +
+ 职业:{{ selectedPatient.occupation }} +
电话:{{ selectedPatient.phone }}
-
+
邮箱:{{ selectedPatient.email }}
-
+
居住地:{{ selectedPatient.residence }}
-
- 职业:{{ selectedPatient.occupation }} -
+
【检测数据】
@@ -78,7 +78,7 @@
-
+
左: {{headPoseMaxValuesLeft.rotationLeftMax}}° @@ -90,7 +90,7 @@ {{headPoseMaxValuesLeft.pitchDownMax}}°
-
+
右: {{headPoseMaxValuesLeft.rotationRightMax}}°
diff --git a/frontend/src/renderer/src/views/GenerateReport.vue b/frontend/src/renderer/src/views/GenerateReport.vue index 1cb7b819..c7997592 100644 --- a/frontend/src/renderer/src/views/GenerateReport.vue +++ b/frontend/src/renderer/src/views/GenerateReport.vue @@ -77,7 +77,7 @@
-
+
左: {{headPoseMaxValuesLeft.rotationLeftMax}}° @@ -89,7 +89,7 @@ {{headPoseMaxValuesLeft.pitchDownMax}}°
-
+
右: {{headPoseMaxValuesLeft.rotationRightMax}}°
@@ -144,7 +144,7 @@
-
+
左: {{headPoseMaxValuesRight.rotationLeftMax}}° @@ -156,7 +156,7 @@ {{headPoseMaxValuesRight.pitchDownMax}}°
-
+
右: {{headPoseMaxValuesRight.rotationRightMax}}°
diff --git a/frontend/src/renderer/src/views/ImageDetails.vue b/frontend/src/renderer/src/views/ImageDetails.vue index a0e61cb3..560ba0b3 100644 --- a/frontend/src/renderer/src/views/ImageDetails.vue +++ b/frontend/src/renderer/src/views/ImageDetails.vue @@ -21,7 +21,7 @@
-
+
左: {{headPoseMaxValuesRight.rotationLeftMax}}° @@ -33,7 +33,7 @@ {{headPoseMaxValuesRight.pitchDownMax}}°
-
+
右: {{headPoseMaxValuesRight.rotationRightMax}}°
diff --git a/frontend/src/renderer/src/views/ImageDetailsCompare.vue b/frontend/src/renderer/src/views/ImageDetailsCompare.vue index 4edcdeb1..0094c865 100644 --- a/frontend/src/renderer/src/views/ImageDetailsCompare.vue +++ b/frontend/src/renderer/src/views/ImageDetailsCompare.vue @@ -40,7 +40,7 @@
-
+
左: {{headPoseMaxValuesLeft.rotationLeftMax}}° @@ -52,7 +52,7 @@ {{headPoseMaxValuesLeft.pitchDownMax}}°
-
+
右: {{headPoseMaxValuesLeft.rotationRightMax}}°
@@ -78,7 +78,7 @@
-
+
左: {{headPoseMaxValuesRight.rotationLeftMax}}° @@ -90,7 +90,7 @@ {{headPoseMaxValuesRight.pitchDownMax}}°
-
+
右: {{headPoseMaxValuesRight.rotationRightMax}}°
diff --git a/frontend/src/renderer/src/views/PopUpOnlyReport.vue b/frontend/src/renderer/src/views/PopUpOnlyReport.vue index b4730434..a986b4d3 100644 --- a/frontend/src/renderer/src/views/PopUpOnlyReport.vue +++ b/frontend/src/renderer/src/views/PopUpOnlyReport.vue @@ -34,21 +34,19 @@
鞋码:{{ selectedPatient.shoe_size }}码
- +
+ 职业:{{ selectedPatient.occupation }} +
电话:{{ selectedPatient.phone }}
- -
+
邮箱:{{ selectedPatient.email }}
- -
+
居住地:{{ selectedPatient.residence }}
-
- 职业:{{ selectedPatient.occupation }} -
+
【检测数据】
diff --git a/frontend/src/renderer/src/views/PopUpReport.vue b/frontend/src/renderer/src/views/PopUpReport.vue index 508ec77d..a1a596b6 100644 --- a/frontend/src/renderer/src/views/PopUpReport.vue +++ b/frontend/src/renderer/src/views/PopUpReport.vue @@ -33,21 +33,21 @@
鞋码:{{ selectedPatient.shoe_size }}码
- +
+ 职业:{{ selectedPatient.occupation }} +
电话:{{ selectedPatient.phone }}
-
+
邮箱:{{ selectedPatient.email }}
-
+
居住地:{{ selectedPatient.residence }}
-
- 职业:{{ selectedPatient.occupation }} -
+
【检测数据】
@@ -74,7 +74,7 @@
-
+
左: {{headPoseMaxValuesLeft.rotationLeftMax}}° @@ -86,7 +86,7 @@ {{headPoseMaxValuesLeft.pitchDownMax}}°
-
+
右: {{headPoseMaxValuesLeft.rotationRightMax}}°
@@ -139,7 +139,7 @@
-
+
左: {{headPoseMaxValuesRight.rotationLeftMax}}° @@ -151,7 +151,7 @@ {{headPoseMaxValuesRight.pitchDownMax}}°
-
+
右: {{headPoseMaxValuesRight.rotationRightMax}}°
diff --git a/frontend/src/renderer/src/views/ReportComparison.vue b/frontend/src/renderer/src/views/ReportComparison.vue index aacb594a..f7f43057 100644 --- a/frontend/src/renderer/src/views/ReportComparison.vue +++ b/frontend/src/renderer/src/views/ReportComparison.vue @@ -7,44 +7,48 @@ style="cursor: pointer;position: fixed; right: 60px; top: 17px;z-index: 99;height: 28px;" @click="generatePDF">
-
+
体态测量报告单对比
-
+
ID:{{ selectedPatient.id }}
-
+
姓名:{{ selectedPatient.name }}
-
+
性别:{{ selectedPatient.gender }}
-
+
年龄:{{ calculateAge(selectedPatient.birth_date) }}岁
-
+ +
身高:{{ selectedPatient.height }}cm
-
+
体重:{{ selectedPatient.weight }}kg
-
+
鞋码:{{ selectedPatient.shoe_size }}码
-
+ +
电话:{{ selectedPatient.phone }}
-
+ +
邮箱:{{ selectedPatient.email }}
-
+ +
居住地:{{ selectedPatient.residence }}
-
+
职业:{{ selectedPatient.occupation }}