refactor: handle btn save
This commit is contained in:
parent
28066cda11
commit
57f0e39821
1 changed files with 3 additions and 3 deletions
|
|
@ -1432,13 +1432,13 @@ const view = ref<View>(View.Quotation);
|
|||
{{ $t('quotation.approveInvoice') }}
|
||||
</MainButton>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="row"
|
||||
style="gap: var(--size-2)"
|
||||
v-if="
|
||||
view === View.Quotation &&
|
||||
quotationFormData.quotationStatus === 'Issued'
|
||||
(view === View.Quotation &&
|
||||
quotationFormData.quotationStatus === 'Issued') ||
|
||||
!quotationFormData.quotationStatus
|
||||
"
|
||||
>
|
||||
<UndoButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue