feat: hide expire when condition met
This commit is contained in:
parent
640aac51e2
commit
38d63ea0b8
1 changed files with 1 additions and 0 deletions
|
|
@ -859,6 +859,7 @@ const view = ref<View>(View.Quotation);
|
|||
<div
|
||||
class="row items-center justify-between surface-1 rounded q-pa-xs"
|
||||
style="height: 40px; border-radius: 40px"
|
||||
v-if="quotationFormData.quotationStatus === 'Issued'"
|
||||
>
|
||||
<div class="full-height full-width row">
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue