refactor: Change i18n
This commit is contained in:
parent
e2089edb85
commit
a254416121
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ async function init() {
|
|||
if (_data) {
|
||||
currentCustomer.value = _data;
|
||||
utilsStore.currentTitle.path.push({
|
||||
text: currentCustomer.value.customerName,
|
||||
text: `${currentCustomer.value.firstName} ${currentCustomer.value.lastName}`,
|
||||
i18n: false,
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue