diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index 8b81ef75..ab74a4fe 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -45,12 +45,13 @@ export const shared_consts = { REPORT_FILT_ATTIVITA: 2, TAB_COUNTRY: 'countries', + TAB_CITIES: 'cities', TAB_PHONES: 'phones', TAB_SETTINGS: 'settings', KEY_TO_CRYPTED: ['PWD_FROM'], - TablePickup: ['countries', 'phones'], + TablePickup: ['countries', 'phones', 'cities'], CashType: { None: 0, diff --git a/src/components/CCopyBtn/CCopyBtn.scss b/src/components/CCopyBtn/CCopyBtn.scss index 02d3a55c..a216597a 100755 --- a/src/components/CCopyBtn/CCopyBtn.scss +++ b/src/components/CCopyBtn/CCopyBtn.scss @@ -21,11 +21,6 @@ $grayshadow: #555; height: 200px; } -.myimg-view { - border-radius: 5px !important; - height: 80px; -} - .q-img { &__image { border-radius: 10px !important; diff --git a/src/components/CEventsCalendar/CEventsCalendar.vue b/src/components/CEventsCalendar/CEventsCalendar.vue index 30471637..b181a245 100755 --- a/src/components/CEventsCalendar/CEventsCalendar.vue +++ b/src/components/CEventsCalendar/CEventsCalendar.vue @@ -11,7 +11,7 @@
- + @@ -120,7 +120,7 @@ - + {{ addOrUpdateEvent() }} {{ $t('cal.event') }} @@ -350,7 +350,7 @@ - + {{ $t('cal.booking') }} @@ -481,7 +481,7 @@ - + {{ $t('cal.booking') }} diff --git a/src/components/CGallery/CGallery.scss b/src/components/CGallery/CGallery.scss index 271a7140..9c9a074e 100755 --- a/src/components/CGallery/CGallery.scss +++ b/src/components/CGallery/CGallery.scss @@ -32,11 +32,6 @@ $grayshadow: #555; } -.myimg-view { - border-radius: 5px !important; - height: 80px; -} - .q-img { &__image { border-radius: 10px !important; diff --git a/src/components/CGridTableRec/CGridTableRec.ts b/src/components/CGridTableRec/CGridTableRec.ts index 35c07c96..a487a53f 100755 --- a/src/components/CGridTableRec/CGridTableRec.ts +++ b/src/components/CGridTableRec/CGridTableRec.ts @@ -135,7 +135,7 @@ export default defineComponent({ type: Object as PropType, required: false, default: () => { - return { sortBy: 'desc', descending: false, page: 1, rowsNumber: 10, rowsPerPage: 10 } + return { sortBy: 'desc', descending: false, page: 1, rowsNumber: 0, rowsPerPage: 10 } }, }, defaultnewrec: { @@ -216,11 +216,16 @@ export default defineComponent({ return lab }) - watch(searchList.value, (to: any, from: any) => { + watch(() => searchList.value, (to: any, from: any) => { console.log('watch searchlist', to) refresh() }) + watch(() => props.filtercustom, (to: any, from: any) => { + console.log('filtercustom', to) + refresh() + }) + function searchval(newval: any, table: any) { console.log('searchval', newval, table) tools.setCookie(tools.COOK_SEARCH + table, newval) diff --git a/src/components/CGridTableRec/CGridTableRec.vue b/src/components/CGridTableRec/CGridTableRec.vue index 6f39cc10..d849483d 100755 --- a/src/components/CGridTableRec/CGridTableRec.vue +++ b/src/components/CGridTableRec/CGridTableRec.vue @@ -169,8 +169,8 @@
-
+
-
{{ pagination.rowsNumber }} elementi trovati
+
{{ pagination.rowsNumber }} elementi trovati