review:【antd】【ele】member 增加 order-list 列表

This commit is contained in:
YunaiV
2025-11-02 12:10:46 +08:00
parent 904cf46ec0
commit 1a3ce89f4b
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>