feat: hide expire when condition met

This commit is contained in:
Methapon Metanipat 2024-10-29 10:47:59 +07:00
parent 640aac51e2
commit 38d63ea0b8

View file

@ -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