new version Visualizzazione Service
This commit is contained in:
@@ -127,7 +127,9 @@
|
||||
</CMyFieldDb>
|
||||
|
||||
<div class="myrow">
|
||||
|
||||
<CMyFieldDb
|
||||
v-if="false"
|
||||
:title="$t('reg.nationality')"
|
||||
table="users"
|
||||
tablesel="countries"
|
||||
|
||||
@@ -330,6 +330,7 @@ export default defineComponent({
|
||||
'profile.img': 1,
|
||||
'profile.mycircuits': 1,
|
||||
'profile.qualifica': 1,
|
||||
'profile.resid_province': 1,
|
||||
'account._id': 1,
|
||||
'account.saldo': 1,
|
||||
'account.fidoConcesso': 1,
|
||||
|
||||
@@ -197,6 +197,7 @@ export default defineComponent({
|
||||
'profile.img': 1,
|
||||
'profile.mygroups': 1,
|
||||
'profile.qualifica': 1,
|
||||
'profile.resid_province': 1,
|
||||
reported: 1,
|
||||
date_report: 1,
|
||||
username_who_report: 1,
|
||||
|
||||
@@ -619,9 +619,7 @@
|
||||
<div
|
||||
v-if="
|
||||
userStore.userprofile &&
|
||||
userStore.userprofile._id &&
|
||||
(userStore.IsMyFriendByUsername(userStore.userprofile.username) ||
|
||||
isMyRecord(userStore.userprofile.username))
|
||||
userStore.userprofile._id
|
||||
"
|
||||
>
|
||||
<CTitleBanner
|
||||
@@ -637,6 +635,13 @@
|
||||
class="fit column no-wrap justify-evenly content-start"
|
||||
>
|
||||
<div class="col-md-6 col-sm-6 q-ma-xs col-xs-12">
|
||||
<CLabel
|
||||
v-if="!!userStore.userprofile.profile.resid_province"
|
||||
v-bind="$attrs"
|
||||
:copy="false"
|
||||
:value="globalStore.getProvinceByProv(userStore.userprofile.profile.resid_province)"
|
||||
label="Provincia"
|
||||
/>
|
||||
<CDateTime
|
||||
v-if="
|
||||
checkifShow('profile.dateofbirth') &&
|
||||
@@ -657,13 +662,6 @@
|
||||
"
|
||||
label="Cellulare"
|
||||
/>
|
||||
<CLabel
|
||||
v-if="!!userStore.userprofile.profile.resid_province"
|
||||
v-bind="$attrs"
|
||||
:copy="true"
|
||||
:value="globalStore.getProvinceByProv(userStore.userprofile.profile.resid_province)"
|
||||
label="Provincia"
|
||||
/>
|
||||
|
||||
<!--
|
||||
<CMyFieldRec
|
||||
|
||||
@@ -37,7 +37,7 @@ export default defineComponent({
|
||||
|
||||
const table = ref(toolsext.TABMYSKILLS)
|
||||
|
||||
const idSkill = computed(() => $route.params.idSkill ? $route.params.idSkill.toString() : 0)
|
||||
const idSkill = computed(() => $route.params.idSkill ? $route.params.idSkill.toString() : '')
|
||||
|
||||
const filtroutente = ref(<any[]>[])
|
||||
const showPic = ref(false)
|
||||
@@ -57,7 +57,7 @@ export default defineComponent({
|
||||
function loadSkill() {
|
||||
// Carica il profilo di quest'utente
|
||||
if (idSkill.value) {
|
||||
/*
|
||||
|
||||
userStore.loadSkill(idSkill.value).then((ris) => {
|
||||
myskill.value = ris
|
||||
if (ris.userId) {
|
||||
@@ -65,7 +65,7 @@ export default defineComponent({
|
||||
|
||||
}
|
||||
})
|
||||
*/
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user