- Togliere la terza cifra nell'invio dei RIS... massimo 0.99

This commit is contained in:
Surya Paolo
2024-10-01 00:46:45 +02:00
parent 3a4faf0122
commit 1424060813
8 changed files with 67 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
<template>
<CNotifAtTop />
<!--<CNotifAtTop />-->
<div v-if="tools.isUserOk()" class="q-gutter-sm q-pa-sm q-pb-md">
<div v-if="!circuit && !loading">
<div v-if="mystatus === 403">
@@ -187,19 +187,19 @@
class="fit column no-wrap justify-evenly items-center content-start"
>
<div class="row justify-center">
<q-avatar v-if="getImgCircuit()" size="70px">
<q-avatar v-if="getImgCircuit()" size="50px">
<q-img
:src="getImgCircuit()"
:alt="circuit.name"
img-class="imgprofile"
height="70px"
height="50px"
@click="showPic = true"
/>
</q-avatar>
<div class="q-mx-xs text-h6" style="align-self: center">
<span v-if="checkifShow('name')">{{ circuit.name }}</span>
</div>
<div>
<div class="row no-wrap justify-center items-center">
<CSaldo
v-if="account"
:symbol="circuit.symbol"
@@ -209,6 +209,17 @@
:qtarem="account ? qtarem : 0"
:valueextra="saldo_pend != saldo ? `* ` : ''"
></CSaldo>
<q-btn
v-if="account && !loadSaldo"
outline
rounded
dense
color="green"
style="height: 40px;"
icon="fas fa-redo"
class="q-mx-sm"
@click="aggiornaSaldo()"
></q-btn>
</div>
<q-dialog v-model="showMov" :maximized="$q.screen.lt.sm" permanent>
@@ -319,16 +330,6 @@
:thickness="2"
/>
</div>
<q-btn
v-if="account && !loadSaldo"
outline
rounded
dense
color="green"
icon="fas fa-redo"
:label="t('movement.updatewallet')"
@click="aggiornaSaldo()"
></q-btn>
<div class="q-ma-sm text-center">
<q-btn
@@ -480,7 +481,6 @@
:label="t('shared.info1')"
name="info"
icon="fas fa-info"
@click="loadCircuit()"
></q-tab>
<q-tab
v-if="