Skip to content

Commit c90cc9a

Browse files
fix right panel
1 parent ba7806f commit c90cc9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/src/components/ticket/rightPanel.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ q-list
33
q-expansion-item(label="Enveloppe")
44
q-card
55
q-card-section
6-
q-input
6+
span {{ ticketData.envelope }}
77
q-expansion-item(label="Informations")
88
q-card
99
q-card-section
10-
q-input
10+
span {{ ticketData.project }} Type: {{ ticketData.type }} {{ ticketData.priority }} {{ ticketData.impact }} {{ ticketData.state }} {{ ticketData.sla }}
1111
q-expansion-item(label="Cycle de vie")
1212
q-card
1313
q-card-section
14-
q-input
14+
span {{ ticketData }}
1515
span {{ ticketData }}
1616
</template>
1717

app/src/layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
q-layout(view="H p F")
33
tk-appbar
44
q-page-container
5-
slot
5+
nuxt-page
66
tk-footer
77
</template>

0 commit comments

Comments
 (0)