Pannello Utente

Aggiornamento Yarn
This commit is contained in:
Paolo Arena
2022-07-10 01:24:54 +02:00
parent 51e13794c3
commit 42cb624f41
82 changed files with 2379 additions and 1162 deletions

View File

@@ -43,6 +43,7 @@ export default defineComponent({
mounted()
})
function mounted() {
if (props.prop_myrec) {
myrec.value = props.prop_myrec
@@ -73,6 +74,14 @@ export default defineComponent({
emit('cmdext', cmd, val1, val2)
}
function navigaExt(obj: any) {
cmdExt(costanti.CMD_SHOW_PAGE, obj, null)
//let link = tools.getDirectoryByTable(props.table) + '/' + obj._id
//console.log('link', link)
//$router.push(link)
}
onMounted(mounted)
return {
@@ -81,6 +90,7 @@ export default defineComponent({
costanti,
getImgUser,
naviga,
navigaExt,
setCmd,
shared_consts,
userStore,

View File

@@ -29,7 +29,7 @@
</q-avatar>
</q-item-section>
<q-item-section @click="cmdExt(costanti.CMD_SHOW_PAGE, myrec)">
<q-item-section @click="navigaExt(myrec)">
<q-item-label class="full-width">
<span v-for="(rec, ind) of myrec.recSkill" :key="ind"> <q-chip
dense