- ver 1.1.15

This commit is contained in:
Surya Paolo
2025-01-09 17:14:38 +01:00
parent da6bef1b96
commit 298dc4f5a5
37 changed files with 49 additions and 36 deletions

View File

@@ -164,7 +164,7 @@
<q-item-label caption>{{
tools.getUserNameOnlyIfToShow(row, col)
}}</q-item-label>
<q-item-label v-if="row.profile.resid_province" style="text-align:right;">
<q-item-label v-if="row.profile && row.profile.resid_province" style="text-align:right;">
({{ row.profile.resid_province }})
</q-item-label>
</q-item-section>

View File

@@ -140,6 +140,18 @@
<q-item-section>{{ $t('reg.edit') }}</q-item-section>
</q-item>
</q-list>
<q-list style="min-width: 150px">
<q-item
clickable
v-close-popup
@click="cmdExt(costanti.CMD_DUPLICATE, circuit._id, null)"
>
<q-item-section side>
<q-icon name="fas fa-copy" />
</q-item-section>
<q-item-section>{{ $t('event.duplicate') }}</q-item-section>
</q-item>
</q-list>
<q-list style="min-width: 150px">
<q-item
clickable