refactor: urgent quotation card

This commit is contained in:
puriphatt 2024-10-11 12:07:15 +07:00
parent cd15c65a77
commit 9845b95de2
2 changed files with 17 additions and 1 deletions

View file

@ -525,6 +525,7 @@ watch(() => pageState.currentTab, fetchQuotationList);
<div class="row q-col-gutter-md">
<div v-for="v in quotationData" :key="v.id" class="col-md-4 col-12">
<QuotationCard
:urgent="v.urgent"
:type="
pageState.currentTab !== 'all'
? pageState.currentTab