File tree Expand file tree Collapse file tree 4 files changed +22
-14
lines changed
Expand file tree Collapse file tree 4 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 11<template lang="pug">
2- q-toolbar.bg-primary.text-white
3- q-btn( flat )
4- q-avatar
5- img( src ="/logo.svg" )
6- q-toolbar-title Teaket
7- q-separator( vertical dark inset ) .q-mx-md
8- tk-AppbarMenu
9- q-space
10- tk-AppbarSearchfield
11- q-separator( vertical dark inset ) .q-mx-md
12- tk-AppbarRightButtons
2+ q-header
3+ q-toolbar.bg-primary.text-white ( style ={height: ' 32px' })
4+ q-btn( flat )
5+ q-avatar
6+ img( src ="/logo.svg" )
7+ q-toolbar-title Teaket
8+ q-separator( vertical dark inset ) .q-mx-md
9+ tk-AppbarMenu
10+ q-space
11+ tk-AppbarSearchfield
12+ q-separator( vertical dark inset ) .q-mx-md
13+ tk-AppbarRightButtons
1314</template >
1415
1516<script lang="ts" setup>
Original file line number Diff line number Diff line change 1+ <template lang="pug">
2+ q-footer
3+ q-toolbar.bg-primary.text-white
4+
5+ </template >
Original file line number Diff line number Diff line change 11<template lang="pug">
2- div
2+ q-layout ( view = "H p F" )
33 tk-appbar
4- slot
4+ q-page-container
5+ slot
6+ tk-footer
57</template >
Original file line number Diff line number Diff line change 99 v-model:pagination ="pagination" title ="Tickets" @request ="onRequest"
1010 rows-per-page-label ="Lignes par page" no-data-label ="Aucune donnée" loading-label ="Chargement..." no-results-label ="Aucun résultat"
1111 :pagination-label ="(firstRowIndex, endRowIndex, totalRowsNumber) => `${firstRowIndex}-${endRowIndex} sur ${totalRowsNumber} lignes`"
12- selection ="multiple" v-model:selected ="selected" virtual-scroll style = "height: 75vh;" : selected- rows- label= "(numberOfRows) => `${numberOfRows} tickets sélectionnées`"
12+ selection ="multiple" v-model:selected ="selected" virtual-scroll :selected-rows-label ="(numberOfRows) => `${numberOfRows} tickets sélectionnées`"
1313 )
1414 template( v-slot:top )
1515 .col-12.col-sm
You can’t perform that action at this time.
0 commit comments