- aggiunto il Comune di Residenza alla REgistrazione e al Tutorial

This commit is contained in:
Surya Paolo
2025-11-27 00:48:53 +01:00
parent 145327a6ca
commit 05bf8ad495
25 changed files with 392 additions and 194 deletions

View File

@@ -1163,6 +1163,10 @@ export default defineComponent({
filtercustom.push({
'profile.resid_province': { $exists: true, $ne: '' },
});
} else if (myitemsingle === shared_consts.FILTER_USER_COMUNE) {
filtercustom.push({
'profile.resid_str_comune': { $exists: true, $ne: '' },
});
} else if (myitemsingle === shared_consts.FILTER_USER_TELEGRAM_BLOCKED) {
filtercustom.push({ 'profile.teleg_id_old': { $gt: 1 } });
} else if (myitemsingle === shared_consts.FILTER_NOTE) {

View File

@@ -629,6 +629,7 @@
v-else
:table="tablesel"
:prop_myrec="row"
:index-row="indexrow"
@cmdext="cmdExt"
:editOn="editOn"
:margin_right="margin_right"