diff --git a/pages/DigitalIntelligenceDashboard/components/InventoryStructureAnalysis.vue b/pages/DigitalIntelligenceDashboard/components/InventoryStructureAnalysis.vue index 5639d68..8f627fc 100644 --- a/pages/DigitalIntelligenceDashboard/components/InventoryStructureAnalysis.vue +++ b/pages/DigitalIntelligenceDashboard/components/InventoryStructureAnalysis.vue @@ -44,21 +44,8 @@ - - - - - {{ item.name }} - {{ item.percentage }}% - - + @@ -71,14 +58,8 @@ - + @@ -87,7 +68,7 @@ - 库存价值(÷1000) + 库存价值 @@ -97,34 +78,30 @@ 库存详细数据 - - 筛选 - 导出 - - + {{ item.name }} - {{ item.percentage }}% + {{ item.value }}% 库存数量 - {{ formatNumber(item.quantity) }}件 + 库存价值 - ¥{{ formatMoney(item.value) }}万 + ¥万 平均单价 - ¥{{ formatMoney(item.avgPrice) }} + ¥ @@ -142,6 +119,7 @@