Skip to content

Commit 0be5df2

Browse files
authored
Merge pull request #437 from kaizumaki/feature/fix-text-symptom
体調フリー入力のヘッダーテキストを変更
2 parents 965c7fd + 38a0f05 commit 0be5df2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/SymptomsHistory.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<th>体温</th>
99
<th>脈拍</th>
1010
<th class="alignLeft" style="padding-left: 20px">症状</th>
11-
<th class="alignLeft">症状</th>
11+
<th class="alignLeft">その他の体調の変化</th>
1212
<th></th>
1313
</tr>
1414
</thead>

pages/center/_centerId/patient/_patientId.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ export default class PatientId extends Vue {
473473
息苦しさ: item.symptom?.suffocation ? 1 : 0,
474474
頭痛: item.symptom?.headache ? 1 : 0,
475475
のど痛み: item.symptom?.sore_throat ? 1 : 0,
476-
症状備考: item.symptom?.remarks,
476+
その他の体調の変化: item.symptom?.remarks,
477477
}
478478
})
479479
const csv = Papa.unparse(data, {

0 commit comments

Comments
 (0)