This commit is contained in:
xingyu4j
2025-11-02 12:17:35 +08:00
11 changed files with 280 additions and 285 deletions

View File

@@ -117,7 +117,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
<Tag
color="blue"
v-for="property in item.properties"
:key="property.id"
:key="property.propertyId"
>
{{ property.propertyName }} : {{ property.valueName }}
</Tag>