chore: clean log
This commit is contained in:
parent
7fed8d40e1
commit
542a6cebdb
1 changed files with 0 additions and 1 deletions
|
|
@ -511,7 +511,6 @@ watch(() => pageState.currentTab, fetchQuotationList);
|
||||||
<article v-else class="col q-pa-md surface-2 scroll">
|
<article v-else class="col q-pa-md surface-2 scroll">
|
||||||
<div class="row q-col-gutter-md">
|
<div class="row q-col-gutter-md">
|
||||||
<div v-for="v in quotationData" :key="v.id" class="col-md-4 col-12">
|
<div v-for="v in quotationData" :key="v.id" class="col-md-4 col-12">
|
||||||
{{ console.log(v) }}
|
|
||||||
<QuotationCard
|
<QuotationCard
|
||||||
:urgent="v.urgent"
|
:urgent="v.urgent"
|
||||||
:type="
|
:type="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue