| 城市 | {{item.areaName}} | 均价 |
|---|---|---|
| 钢厂 | {{item.factoryName}} | |
| {{item.keyDesc}} | {{ item.dayPrice != null ? item.dayPrice : '--' }} | {{item.averageDayprice}} |
| 计重方式 | {{ item.weightType != null ? item.weightType : '--' }} | |
| 涨跌 | {{ item.risePrice != null ? item.risePrice : '--' }} | |
| 30天均价 | {{ item.averagePrice != null ? item.averagePrice : '--' }} | {{item.average30price}} |