refactor: handle mode view
This commit is contained in:
parent
be69f66742
commit
83a7e7ee47
3 changed files with 104 additions and 57 deletions
|
|
@ -54,7 +54,7 @@ const toggleWorker = defineModel<boolean>('toggleWorker');
|
|||
</div>
|
||||
<nav class="q-ml-auto">
|
||||
<AddButton
|
||||
v-if="!hideBtnAddWorker"
|
||||
v-if="!readonly"
|
||||
icon-only
|
||||
@click.stop="$emit('addWorker')"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue