refactor: add btn save
This commit is contained in:
parent
e6cc94b201
commit
f623271085
1 changed files with 12 additions and 0 deletions
|
|
@ -163,6 +163,18 @@ onMounted(() => {
|
||||||
<slot name="contactInformation"></slot>
|
<slot name="contactInformation"></slot>
|
||||||
|
|
||||||
<slot name="otherDocuments"></slot>
|
<slot name="otherDocuments"></slot>
|
||||||
|
<div class="row col-12 justify-end">
|
||||||
|
<q-btn
|
||||||
|
v-if="!readonly"
|
||||||
|
dense
|
||||||
|
unelevated
|
||||||
|
id="save-basic-info"
|
||||||
|
color="primary"
|
||||||
|
class="q-px-md"
|
||||||
|
:label="$t('save')"
|
||||||
|
@click="$emit('save')"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</q-tab-panel>
|
</q-tab-panel>
|
||||||
</q-tab-panels>
|
</q-tab-panels>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue