no message

This commit is contained in:
Kittapath 2023-10-13 17:33:39 +07:00
parent 58a8f97e6c
commit 68771708b2
5 changed files with 66 additions and 43 deletions

View file

@ -71,7 +71,7 @@
<q-th v-for="col in props.cols" :key="col.name" :props="props">
<span class="text-weight-medium">{{ col.label }}</span>
</q-th>
<q-th auto-width v-if="editBtn == true" />
<q-th auto-width v-if="boss == true" />
</q-tr>
</template>
<template #body="props">
@ -103,6 +103,7 @@ const props = defineProps({
editvisible: Boolean,
nameHeader: Boolean,
bottom: Boolean,
boss: Boolean,
addData: {
type: Boolean,
defualt: true,