#7283 #7831 itemMigration #553

Merged
carlossa merged 77 commits from 7283-itemMigration into dev 2024-10-25 07:09:13 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 49c0d64c07 - Show all commits

View File

@ -119,7 +119,7 @@ const getUrl = (id, param) => `#/Item/${id}/${param}`;
<VnLv <VnLv
v-for="(tag, index) in tags" v-for="(tag, index) in tags"
:key="index" :key="index"
:label="`${tag.priority} ${tag.tag.name}`" :label="`${tag.priority} ${tag.tag.name}:`"
:value="tag.value" :value="tag.value"
/> />
</QCard> </QCard>