refactor: use relation count instead
This commit is contained in:
parent
5b13ff98b9
commit
f790df0ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 || ''}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue