Skip to content

Commit

Permalink
#195 入院者数の状況の「入院者数」を「感染者数」に修正 (#196)
Browse files Browse the repository at this point in the history
* Modify 更新 to 時点, Add note to 陽性者数 in 奈良市

* 陽性者の属性カードの右上の合計数に main_summary の陽性者数を表示

* Issue #192 fix link

* Issue #195 入院者数の状況の「入院者数」を「感染者数」に修正

Co-authored-by: Yasushi ISHIZUKA <[email protected]>
  • Loading branch information
YasushiIS and yasushi00 authored May 3, 2020
1 parent 46c468c commit 388eb6e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions components/ConfirmedCasesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
<li :class="[$style.box, $style.tall, $style.tested]">
<div :class="[$style.pillar_tested]">
<div :class="$style.content">
<span>
{{ $t('入院者数') }}
<br />({{ $t('累計') }})
</span>
<span> {{ $t('感染者数') }}<br />({{ $t('累計') }}) </span>
<span>
<strong>{{ 陽性者数 }}</strong>
<span :class="$style.unit">{{ $t('人') }}</span>
Expand All @@ -17,7 +14,7 @@
<li :class="[$style.box, $style.tall, $style.parent, $style.confirmed]">
<div :class="$style.pillar">
<div :class="$style.content">
<span>{{ $t('入院者数') }}<br />({{ $t('現在') }})</span>
<span>{{ $t('感染者数') }}<br />({{ $t('現在') }})</span>
<span>
<strong>{{ 入院患者数 }}</strong>
<span :class="$style.unit">{{ $t('人') }}</span>
Expand Down

0 comments on commit 388eb6e

Please sign in to comment.