no message
This commit is contained in:
parent
174530e7f9
commit
b311f1482b
1 changed files with 3 additions and 1 deletions
|
|
@ -229,7 +229,9 @@ const pagination = ref({
|
|||
</q-td>
|
||||
<q-td>
|
||||
<q-btn
|
||||
v-if="props.row.isDefault === false"
|
||||
v-if="
|
||||
props.row.isDefault === false && props.row.isActive === false
|
||||
"
|
||||
dense
|
||||
flat
|
||||
round
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue