We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965c7fd commit 38a0f05Copy full SHA for 38a0f05
components/SymptomsHistory.vue
@@ -8,7 +8,7 @@
8
<th>体温</th>
9
<th>脈拍</th>
10
<th class="alignLeft" style="padding-left: 20px">症状</th>
11
- <th class="alignLeft">症状</th>
+ <th class="alignLeft">その他の体調の変化</th>
12
<th></th>
13
</tr>
14
</thead>
pages/center/_centerId/patient/_patientId.vue
@@ -473,7 +473,7 @@ export default class PatientId extends Vue {
473
息苦しさ: item.symptom?.suffocation ? 1 : 0,
474
頭痛: item.symptom?.headache ? 1 : 0,
475
のど痛み: item.symptom?.sore_throat ? 1 : 0,
476
- 症状備考: item.symptom?.remarks,
+ その他の体調の変化: item.symptom?.remarks,
477
}
478
})
479
const csv = Papa.unparse(data, {
0 commit comments