refs #6899 fix order
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-08-27 10:17:06 +02:00
parent 64e776d311
commit 72e4f10287
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ onMounted(async () => {
<QItem v-bind="scope.itemProps">
<QItemSection>
<QItemLabel>
{{ scope.opt?.name }} #{{ scope.opt?.id }}
#{{ scope.opt?.id }} {{ scope.opt?.name }}
</QItemLabel>
</QItemSection>
</QItem>