fix: refs #7283 #7283 ItemSummary bugs
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
fff3310658
commit
49c0d64c07
|
@ -119,7 +119,7 @@ const getUrl = (id, param) => `#/Item/${id}/${param}`;
|
|||
<VnLv
|
||||
v-for="(tag, index) in tags"
|
||||
:key="index"
|
||||
:label="`${tag.priority} ${tag.tag.name}`"
|
||||
:label="`${tag.priority} ${tag.tag.name}:`"
|
||||
:value="tag.value"
|
||||
/>
|
||||
</QCard>
|
||||
|
|
Loading…
Reference in New Issue