- aggiornata la grafica della Home di RISO
- Profilo Completition - Email Verificata - Invita un Amico (invio di email)
This commit is contained in:
@@ -8,7 +8,7 @@ import { useI18n } from 'vue-i18n'
|
||||
import { CMyImgUser } from '@src/components/CMyImgUser'
|
||||
import { CCurrencyValue } from '@src/components/CCurrencyValue'
|
||||
import { tools } from '@tools'
|
||||
import type { IMovQuery, IMovement } from '@src/model'
|
||||
import type { IMovQuery, IMovVisu, IMovement } from '@src/model'
|
||||
|
||||
import { shared_consts } from '@src/common/shared_vuejs'
|
||||
|
||||
@@ -47,7 +47,7 @@ export default defineComponent({
|
||||
return mystr
|
||||
}
|
||||
|
||||
function navigabyMov(mov: IMovVisu, from: boolean) {
|
||||
function navigabyMov(mov: IMovQuery, from: boolean) {
|
||||
let link = ''
|
||||
if (from) {
|
||||
if (mov.tipocontofrom === shared_consts.AccountType.USER) {
|
||||
|
||||
Reference in New Issue
Block a user