- pagine admin: Accounts, Movements e Circuits.
- add change min e max range circuiti (per tutti i record).
This commit is contained in:
@@ -86,8 +86,8 @@ export default defineComponent({
|
||||
//$router.push(link)
|
||||
}
|
||||
|
||||
function getNameToShow(user: IUserFields) {
|
||||
return userStore.getNameToShow(user)
|
||||
function getNameToShow(user: IUserFields, col = null) {
|
||||
return userStore.getNameToShow(user, col)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user