refactor: urgent quotation card
This commit is contained in:
parent
cd15c65a77
commit
9845b95de2
2 changed files with 17 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue