Corretto Chip List

This commit is contained in:
Paolo Arena
2021-10-03 16:11:29 +02:00
parent df4b4825e8
commit 3aebf19a91
8 changed files with 31 additions and 29 deletions

View File

@@ -4,7 +4,7 @@
<q-btn
v-if="mytable && visButtRow()" rounded dense color="primary"
size="lg"
:label="getlabelAddRow"
:label="getlabelAddRow()"
@click="createNewRecordDialog"></q-btn>
</div>
@@ -127,7 +127,6 @@
</template>
<template v-slot:body="props">
<q-tr :props="props" class="trclass">
<q-td auto-width class="tdclass">
<q-checkbox dense v-model="props.selected"></q-checkbox>
@@ -167,6 +166,7 @@
</div>
</q-td>
</q-tr>
<br>
</template>
<!--