refactor: test submit
This commit is contained in:
parent
af453c93ed
commit
7ca7c54630
1 changed files with 11 additions and 0 deletions
|
|
@ -822,6 +822,17 @@ const statusQuotationForm = ref<
|
|||
/>
|
||||
{{ value.title }}
|
||||
</div>
|
||||
<div class="col">
|
||||
<MainButton
|
||||
color="red"
|
||||
icon="mdi-check-all"
|
||||
@click="
|
||||
() => {
|
||||
submitAccepted(quotationFormData.id || '');
|
||||
}
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<q-expansion-item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue