- 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>