PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -2,14 +2,14 @@ import { defineComponent, onMounted, PropType, ref, watch } from 'vue'
|
||||
import { tools } from '@src/store/Modules/tools'
|
||||
|
||||
import { date, useQuasar } from 'quasar'
|
||||
import { useI18n } from '@/boot/i18n'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
|
||||
import { costanti } from '@costanti'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CCurrencyValue',
|
||||
components: { },
|
||||
emits: ['changedParamValue' ],
|
||||
components: {},
|
||||
emits: ['changedParamValue'],
|
||||
props: {
|
||||
modelValue: {
|
||||
type: [String, Number],
|
||||
|
||||
@@ -17,13 +17,12 @@
|
||||
>
|
||||
<!--<q-icon
|
||||
v-if="symbol === 'RIS'"
|
||||
name="img: images/1ris_rosso_100.png"
|
||||
name="img: /images/1ris_rosso_100.png"
|
||||
:size="small ? `xs` : `sm`"
|
||||
/>-->
|
||||
<div
|
||||
>
|
||||
<div>
|
||||
<q-icon
|
||||
v-if="myrecparam && myrecparam.fidoConcesso > 0 && !paramTypeAccount"
|
||||
v-if="myrecparam && myrecparam.fidoConcesso > 0 && !paramTypeAccount"
|
||||
:color="myrecparam.fidoConcesso > 0 ? 'blue' : 'grey'"
|
||||
name="fas fa-house-user"
|
||||
class="vertical-baseline q-ml-xs"
|
||||
@@ -135,10 +134,14 @@
|
||||
</div>
|
||||
<q-icon
|
||||
v-if="symbol === 'RIS'"
|
||||
name="img: images/1ris_rosso_100.png"
|
||||
name="img: /images/1ris_rosso_100.png"
|
||||
:size="small ? `xs` : `sm`"
|
||||
/>
|
||||
<q-icon
|
||||
v-else
|
||||
name="img: /images/1ris_rosso_100.png"
|
||||
:size="small ? `xs` : `sm`"
|
||||
/>
|
||||
<q-icon v-else name="img: images/1ris_rosso_100.png" :size="small ? `xs` : `sm`" />
|
||||
</template>
|
||||
</q-field>
|
||||
</div>
|
||||
@@ -150,5 +153,5 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './CCurrencyValue.scss';
|
||||
@import "./CCurrencyValue.scss";
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user