Skip to content

Commit

Permalink
Merge pull request #488 from codeforsapporo/features/remove-patients-…
Browse files Browse the repository at this point in the history
…card

陽性患者属性カードの消去
  • Loading branch information
NEKOYASAN authored Jul 27, 2021
2 parents 58cf1b9 + bb2c340 commit 15dff2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions pages/cards/_card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
v-else-if="this.$route.params.card === 'discharges-summary'"
/>
<inspections-card v-else-if="this.$route.params.card === 'inspections'" />
<patients-card v-else-if="this.$route.params.card === 'patients'" />
<patients-summary-card
v-else-if="this.$route.params.card === 'patients-summary'"
/>
Expand All @@ -25,15 +24,13 @@ import CurrentPatientsCard from '@/components/cards/CurrentPatientsCard.vue'
import ContactsCard from '@/components/cards/ContactsCard.vue'
import DischargesCard from '@/components/cards/DischargesCard.vue'
import InspectionsCard from '@/components/cards/InspectionsCard.vue'
import PatientsCard from '@/components/cards/PatientsCard.vue'
import PatientsSummaryCard from '@/components/cards/PatientsSummaryCard.vue'
import QuerentsCard from '@/components/cards/QuerentsCard.vue'
export default {
components: {
QuerentsCard,
PatientsSummaryCard,
PatientsCard,
InspectionsCard,
DischargesCard,
ContactsCard,
Expand Down
3 changes: 0 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<current-patients-card id="current-patients" />
<discharges-card id="discharges" />
<patients-summary-card id="patients-summary" />
<patients-card id="patients" />
<inspections-card id="inspections" />
<contacts-card id="contacts" />
<querents-card id="querents" />
Expand All @@ -35,7 +34,6 @@
import convertToDateFromData from '@/utils/convertToDateFromData.ts'
import DischargesCard from '@/components/cards/DischargesCard.vue'
import PatientsSummaryCard from '@/components/cards/PatientsSummaryCard.vue'
import PatientsCard from '@/components/cards/PatientsCard.vue'
import ContactsCard from '@/components/cards/ContactsCard.vue'
import QuerentsCard from '@/components/cards/QuerentsCard.vue'
import CurrentPatientsCard from '@/components/cards/CurrentPatientsCard.vue'
Expand All @@ -49,7 +47,6 @@ export default {
CurrentPatientsCard,
QuerentsCard,
ContactsCard,
PatientsCard,
PatientsSummaryCard,
DischargesCard,
PageHeader,
Expand Down

0 comments on commit 15dff2c

Please sign in to comment.