feat: get actor through metadata
This commit is contained in:
parent
da7a77b2c0
commit
0e2c1210be
1 changed files with 5 additions and 1 deletions
|
|
@ -544,7 +544,11 @@ watch(() => pageState.currentTab, fetchQuotationList);
|
||||||
v.customerBranch.registerName ||
|
v.customerBranch.registerName ||
|
||||||
`${v.customerBranch.firstName || '-'} ${v.customerBranch.lastName || ''}`
|
`${v.customerBranch.firstName || '-'} ${v.customerBranch.lastName || ''}`
|
||||||
"
|
"
|
||||||
:reporter="v.actorName"
|
:reporter="
|
||||||
|
$i18n.locale === 'en-US'
|
||||||
|
? v.createdBy.firstNameEN + ' ' + v.createdBy.lastNameEN
|
||||||
|
: v.createdBy.firstName + ' ' + v.createdBy.lastName
|
||||||
|
"
|
||||||
:total-price="v.totalPrice"
|
:total-price="v.totalPrice"
|
||||||
@view="
|
@view="
|
||||||
() => {
|
() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue