test
This commit is contained in:
parent
99714c555e
commit
e0da411999
3 changed files with 74 additions and 18 deletions
|
|
@ -173,7 +173,7 @@
|
|||
<!-- :rows-per-page-options="[0]" -->
|
||||
<template v-slot:header="props">
|
||||
<q-tr :props="props">
|
||||
<q-th auto-width v-if="boss == true" />
|
||||
|
||||
<q-th v-for="col in props.cols" :key="col.name" :props="props">
|
||||
<span class="text-weight-medium">{{ col.label }}</span>
|
||||
</q-th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue