fix msg request and addAdmin msg
This commit is contained in:
@@ -367,7 +367,7 @@ export default defineComponent({
|
||||
})
|
||||
|
||||
$router.beforeResolve((to: any) => {
|
||||
console.log('beforeResolve', visupagedialog.value, 'to', to)
|
||||
// console.log('beforeResolve', visupagedialog.value, 'to', to)
|
||||
|
||||
if (visupagedialog.value && !to.meta.newpage) {
|
||||
// visupagedialog.value = false
|
||||
|
||||
@@ -750,7 +750,7 @@
|
||||
</template>
|
||||
</q-table>
|
||||
|
||||
<q-dialog v-model="visupagedialog" @hide="hidewindow" :maximized="$q.screen.lt.sm" persistent>
|
||||
<q-dialog v-model="visupagedialog" @hide="hidewindow" :maximized="$q.screen.lt.sm">
|
||||
<CMyCardGrpPopup
|
||||
v-if="mytable === toolsext.TABMYGROUPS"
|
||||
:table="mytable"
|
||||
|
||||
@@ -283,7 +283,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function changeval(newval: any) {
|
||||
console.log('changeval update:row', newval)
|
||||
// console.log('changeval update:row', newval)
|
||||
if (!props.isrec) {
|
||||
emit('update:row', props.row)
|
||||
}
|
||||
|
||||
@@ -220,7 +220,7 @@ export default defineComponent({
|
||||
|
||||
|
||||
function changeval(newval: any) {
|
||||
console.log(' ½½½½½½½ changeval', newval)
|
||||
// console.log(' ½½½½½½½ changeval', newval)
|
||||
if (props.multiple || props.multiselect_by_server) {
|
||||
// tools.localStSetItem(props.tablesel + '_' + newval, valori.value[newval])
|
||||
|
||||
@@ -474,8 +474,8 @@ export default defineComponent({
|
||||
function filterFn(val: any, update: any, abort: any) {
|
||||
update(
|
||||
async () => {
|
||||
console.log('Filter val', val, val.length)
|
||||
console.log('props.filter_extra', props.filter_extra)
|
||||
// console.log('Filter val', val, val.length)
|
||||
// console.log('props.filter_extra', props.filter_extra)
|
||||
|
||||
|
||||
let myarr: any = []
|
||||
|
||||
@@ -510,8 +510,8 @@ const baseroutes: IListRoutes[] = [
|
||||
name: 'mypages.provapao',
|
||||
component: () => import('@/root/provapao/provapao.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
inmenu: true,
|
||||
infooter: true,
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
|
||||
@@ -11,7 +11,7 @@ const msg_it = {
|
||||
guida_passopasso: 'Guida Passo Passo',
|
||||
},
|
||||
export: {
|
||||
csv: 'Esporta in CSV',
|
||||
csv: 'Esporta Movimenti',
|
||||
},
|
||||
grid: {
|
||||
editvalues: 'Modifica Valori',
|
||||
@@ -1141,7 +1141,7 @@ const msg_it = {
|
||||
img_logo: 'NomeFile Logo',
|
||||
regulation: 'Regolamento',
|
||||
disclaimer: 'Questo Strumento vuole essere un\'aiuto per contabilizzare gli scambi tra utenti. ' +
|
||||
'Consigliamo vivamente di scaricarsi con frequenza le transazioni utenti, per ogni possibile evento imprevisto ' +
|
||||
'Consigliamo vivamente di scaricarsi con frequenza la lista dei movimenti degli utenti (bottone "Esporta"), per ogni possibile evento imprevisto ' +
|
||||
'(Server inaccessibile, ecc..) declinando così il creatore della APP da ogni responsabilità su come' +
|
||||
'verrà utilizzata dal gruppo. ',
|
||||
acceptregulation: 'Accetta il Regolamento',
|
||||
|
||||
@@ -5412,7 +5412,7 @@ export const tools = {
|
||||
const userStore = useUserStore()
|
||||
|
||||
$q.dialog({
|
||||
message: domanda ? domanda : t('db.domanda_addadminofcircuit', { username, circuitname }),
|
||||
message: domanda ? domanda : t('circuit.domanda_addadminofcircuit', { username, circuitname }),
|
||||
ok: { label: t('dialog.yes'), push: true },
|
||||
cancel: { label: t('dialog.cancel') },
|
||||
title: t('db.domanda')
|
||||
@@ -5437,7 +5437,7 @@ export const tools = {
|
||||
const userStore = useUserStore()
|
||||
|
||||
$q.dialog({
|
||||
message: domanda ? domanda : t('db.domanda_removeadminofcircuit', { username, circuitname }),
|
||||
message: domanda ? domanda : t('circuit.domanda_removeadminofcircuit', { username, circuitname }),
|
||||
ok: { label: t('dialog.yes'), push: true },
|
||||
cancel: { label: t('dialog.cancel') },
|
||||
title: t('db.domanda')
|
||||
|
||||
Reference in New Issue
Block a user