diff --git a/gear-ui3/src/components/ProductSelect/BomPanel/BomItem.vue b/gear-ui3/src/components/ProductSelect/BomPanel/BomItem.vue index 316e493..b837aa9 100644 --- a/gear-ui3/src/components/ProductSelect/BomPanel/BomItem.vue +++ b/gear-ui3/src/components/ProductSelect/BomPanel/BomItem.vue @@ -69,8 +69,8 @@ diff --git a/gear-ui3/src/components/Renderer/BomInfoMini.vue b/gear-ui3/src/components/Renderer/BomInfoMini.vue index 021986e..4b33d4e 100644 --- a/gear-ui3/src/components/Renderer/BomInfoMini.vue +++ b/gear-ui3/src/components/Renderer/BomInfoMini.vue @@ -1,9 +1,35 @@ - - {{bomInfo.map(item => item.attrKey).join(',')}} - + + + + + + + + {{ item.attrValue }} + + + + + + {{ bomInfo.map(item => item.attrKey).join(',') }} + + + + + + + {{ bomInfo.map(item => item.attrKey).join(',') }} + 无 @@ -13,6 +39,7 @@