- fix: refresh token, codice di errore ...
This commit is contained in:
@@ -235,7 +235,7 @@
|
||||
>
|
||||
</q-input>
|
||||
<q-field v-if="col.showLinkResult && myvalue">
|
||||
Diventerà: {{ tools.generateURL(col.showLinkResult, myvalue) }}
|
||||
Diventerà: {{ tools.generateURL(col.showLinkResult, myvalue) }}
|
||||
</q-field>
|
||||
</div>
|
||||
<div
|
||||
@@ -457,7 +457,7 @@
|
||||
:src="
|
||||
col.showpicprofile_ifnotset
|
||||
? userStore.getImgByProfile(row['profile'], true)
|
||||
: 'images/noimg-user.svg'
|
||||
: '/images/noimg-user.svg'
|
||||
"
|
||||
class="text-center"
|
||||
style="height: 100px; width: 100px"
|
||||
@@ -525,7 +525,7 @@
|
||||
:src="
|
||||
col.showpicprofile_ifnotset
|
||||
? userStore.getImgByProfile(row['profile'], true)
|
||||
: 'images/noimg-user.svg'
|
||||
: '/images/noimg-user.svg'
|
||||
"
|
||||
class="text-center"
|
||||
style="height: 100px; width: 100px"
|
||||
@@ -581,7 +581,7 @@
|
||||
:src="
|
||||
col.showpicprofile_ifnotset
|
||||
? userStore.getImgByProfile(row['profile'], true)
|
||||
: 'images/noimg-user.svg'
|
||||
: '/images/noimg-user.svg'
|
||||
"
|
||||
class="text-center"
|
||||
style="height: 100px; width: 100px"
|
||||
@@ -1276,7 +1276,7 @@
|
||||
@changeval="changevalRecHours"
|
||||
style="max-width: 100px"
|
||||
:options="tools.SelectHours"
|
||||
:addstrrequired="addstrrequired"
|
||||
:addstrrequired="addstrrequired"
|
||||
>
|
||||
</CMySelect>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user