Compare commits
No commits in common. "c5a529bdaa6b36bdb44824ac384bb7a961658295" and "710f8d4e5698ca17068e53d28fe71d88077ead49" have entirely different histories.
c5a529bdaa
...
710f8d4e56
1 changed files with 2 additions and 2 deletions
|
|
@ -688,13 +688,13 @@ onMounted(async () => {
|
|||
:disable="!item.selected"
|
||||
/>
|
||||
</q-td>
|
||||
<!-- <q-td style="text-align: center">
|
||||
<q-td style="text-align: center">
|
||||
<q-radio
|
||||
v-model="item.attrOwnership"
|
||||
val="GUEST"
|
||||
:disable="!item.selected"
|
||||
/>
|
||||
</q-td> -->
|
||||
</q-td>
|
||||
<q-td style="text-align: center">
|
||||
<q-checkbox
|
||||
v-model="item.attrIsCreate"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue