- ver 1.1.15
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user