+
+
+ 规格型号
+ {{ mat.spec || '—' }}
+
+
+ 厂家/品牌
+ {{ mat.brand || '—' }}
+
+
+ 材质
+ {{ mat.material || '—' }}
+
+
+ 单位
+ {{ mat.unit || '—' }}
+
+
+
+
+ 最低价
+ ¥{{ formatPrice(getMinPrice(mat.materialId)) }}
+
+
+ 最高价
+ ¥{{ formatPrice(getMaxPrice(mat.materialId)) }}
+
+
+ 均价
+ ¥{{ formatPrice(getAvgPrice(mat.materialId)) }}
+
+
+ 最高价差
+ {{ getPriceDiff(mat.materialId) }}
+
+