diff --git a/app/citizen-frontend/src/pages/checkinDetail.vue b/app/citizen-frontend/src/pages/checkinDetail.vue index 8c0e9fe..65c2072 100644 --- a/app/citizen-frontend/src/pages/checkinDetail.vue +++ b/app/citizen-frontend/src/pages/checkinDetail.vue @@ -6,35 +6,42 @@ class="mb-4 font-weight-bold px-0" color="primary" prepend-icon="mdi-arrow-left" + size="large" to="/checkin" variant="text" > - 返回量測站清單 + 返回量測清單 - + -
- +
+
-

{{ station.name }}

+

{{ station.name }}

- 第 {{ currentStationIndex }} 站 / 共 11 站 + 第 {{ currentStationIndex }} 站 / 共 11 站 +
+
+ +
+
請出示 QR Code 給量測機掃描
+ +
+
- + -
+
檢測說明: @@ -42,42 +49,82 @@ {{ station.description }}
- - -

數據錄入:

- - - -
- {{ field.label }} ({{ field.unit }}) -
- - -
-
- - - 儲存並進入下一站 + + + 狀態模擬 -
+ + +
+ + + + +
+ + {{ machineStatusText }} + + +
{{ machineStatusHint }}
+
+
+
+ + +

量測數據:

+ + + + + +
+
+ {{ field.label }} +
+ +
由量測機上傳後自動更新
+
+ +
+
+ {{ displayMeasurementValue(field.key) }} +
+ +
{{ field.unit }}
+
+
+
+
+
+ + + 進入下一站 + @@ -99,16 +146,21 @@ diff --git a/app/citizen-frontend/src/stores/app.ts b/app/citizen-frontend/src/stores/app.ts index f934818..5efdbd0 100644 --- a/app/citizen-frontend/src/stores/app.ts +++ b/app/citizen-frontend/src/stores/app.ts @@ -45,7 +45,7 @@ export interface MeasurementStation { function createDefaultUserProfile (): UserProfile { return { - name: '林建國', + name: '林大明', birthday: '1961-08-15', gender: '男', height: 168,