This commit is contained in:
setthawutttty 2023-06-06 16:31:23 +07:00
parent 99714c555e
commit e0da411999
3 changed files with 74 additions and 18 deletions

View file

@ -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>