Aggiungere i propri annunci sul Profilo

This commit is contained in:
paoloar77
2022-02-28 17:42:51 +01:00
parent 65bde785da
commit f4306b28d6
5 changed files with 30 additions and 13 deletions

View File

@@ -44,6 +44,13 @@ export default defineComponent({
const myuser = ref(<IUserFields>{})
const actualcard = ref('mygoods')
const mycards = computed(() => {
return costanti.MAINCARDS.filter((rec: any) => rec.table)
})
function profile() {
return userStore.my.profile
}
@@ -124,6 +131,8 @@ export default defineComponent({
isMyRecord,
getRefLink,
fieldsTable,
mycards,
actualcard,
}
}
})