Campo Citta di Nascita (nel profilo nuova maniera), manca ancora da sistemare l'edit

Se seleziono la Provincia , mi deve comparire la lista dei comuni
This commit is contained in:
paoloar77
2022-02-21 13:12:04 +01:00
parent 1aea88a1fa
commit bec191ccd8
22 changed files with 840 additions and 702 deletions

View File

@@ -19,14 +19,16 @@
<div class="col-12 text-h7 text-blue text-shadow-2">
{{ myuser.username }}
</div>
ID: {{myuser.profile.born_city_id}}
<div class="col-12 text-h7">
<span v-if="myuser.profile && myuser.profile.born_city_id">
<CMyFieldRec
title="Comune"
title=""
table="users"
tablesel="cities"
:id="myuser._id"
:columns="fieldsTable.userlist()"
:rec="mygrp"
:rec="myuser"
field="profile.born_city_id"
:canEdit="false"
:canModify="false">