no message
This commit is contained in:
parent
58a8f97e6c
commit
68771708b2
5 changed files with 66 additions and 43 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue