diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index c723f50c..8c3f15d8 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -750,7 +750,7 @@ watch(() => pageState.currentTab, fetchQuotationList); :code="v.code" :title="v.workName" :date="new Date(v.createdAt).toLocaleString()" - :amount="v.workerCount" + :amount="v._count.worker" :customer-name=" v.customerBranch.registerName || `${v.customerBranch.firstName || '-'} ${v.customerBranch.lastName || ''}`