fix: refs #7353 sales person filter and locale #724
|
@ -28,8 +28,9 @@ const handleScopeDays = (params, days, callback) => {
|
|||
};
|
||||
|
||||
const getLocale = (label) => {
|
||||
const globalLocale = `globals.params.${label}`;
|
||||
return te(globalLocale) ? t(globalLocale) : t(`params.${label}`);
|
||||
const param = label.split('.').at(-1);
|
||||
const globalLocale = `globals.params.${param}`;
|
||||
|
||||
return te(globalLocale) ? t(globalLocale) : t(`params.${param}`);
|
||||
};
|
||||
</script>
|
||||
<template>
|
||||
|
|
Loading…
Reference in New Issue
hay parametros que se envían al back indicando al esquema. tipo provinceFk a.provinceFk, state ts.stateFk.