Skip to content

Commit

Permalink
Merge pull request #469 from hibiya-itchief/hihihib-tickets表示
Browse files Browse the repository at this point in the history
/tickets 「開場中」時、公演名も表示されるように
  • Loading branch information
hibiyahibiyahibiya authored Sep 16, 2023
2 parents 5445871 + 855eb33 commit dde3ce7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/tickets/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@
<v-card-title class="text-h7 text-truncate">
{{ ticketInfo.group.title }}
</v-card-title>
<v-card-subtitle
class="grey--text text--darken-2 text-h5 pb-0 text-truncate"
>
{{ ticketInfo.event.eventname }}</v-card-subtitle
>

<v-card-subtitle class="pb-0 text-truncate">
{{ ticketInfo.group.groupname }}</v-card-subtitle
>
Expand Down

0 comments on commit dde3ce7

Please sign in to comment.