- aggiunto il Comune di Residenza alla REgistrazione e al Tutorial
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -629,6 +629,7 @@
|
||||
v-else
|
||||
:table="tablesel"
|
||||
:prop_myrec="row"
|
||||
:index-row="indexrow"
|
||||
@cmdext="cmdExt"
|
||||
:editOn="editOn"
|
||||
:margin_right="margin_right"
|
||||
|
||||
Reference in New Issue
Block a user