fix: quotation customer & dialog props
This commit is contained in:
parent
f7d6cdfd6e
commit
00d297be4f
3 changed files with 7 additions and 16 deletions
|
|
@ -658,22 +658,9 @@ onMounted(async () => {
|
|||
id="customer-form-content"
|
||||
style="height: 100%; max-height: 100%; overflow-y: auto"
|
||||
>
|
||||
<FormAbout prefixId="zxc" />
|
||||
<FormAbout prefixId="zxc" @add-customer="console.log('asdasd')" />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<template #footer>
|
||||
<q-btn
|
||||
style="
|
||||
border-radius: var(--radius-2);
|
||||
padding-block: var(--size-1);
|
||||
padding-inline: var(--size-2);
|
||||
"
|
||||
color="negative"
|
||||
outline
|
||||
:label="$t('general.add', { text: $t('quotation.newCustomer') })"
|
||||
/>
|
||||
</template>
|
||||
</DialogForm>
|
||||
|
||||
<!-- add employee -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue