refactor: Change i18n

This commit is contained in:
Net 2024-08-20 18:02:43 +07:00
parent e2089edb85
commit a254416121

View file

@ -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 {