全部纸厂 纸厂名称 价格涨跌 纸厂排队 最近扣点 {{loading? '正在加载' : '暂无关注'}} 可前往纸厂列表添加关注 添加关注 {{m2.newString(item.shortName)}} 已关注 未关注 {{ formate.formateDrice(item.unitPrice)}}{{item.biggestFloatPrice>0?'↑':(item.biggestFloatPrice<0?'↓':'')}} {{ item.biggestFloatPrice > 0 ? '+' : '' }}{{ formate.formateDrice(item.biggestFloatPrice)}} {{item.yesterdayTotalQuantity || 0}}辆 {{formate.formateDescripe(item.minimumDeductionPoint)}} {{formate.substring(item.priceDate, 0, 10)}} 品类 价格 涨跌 最近扣点 操作 {{cell.categoryName|| '---'}} {{formate.formatePrice(cell.unitPrice)}}{{cell.floatPrice>0?'↑':(cell.floatPrice<0?'↓':'')}} {{formate.formatePrice(cell.floatPrice)}} {{cell.curDeductionPoint|| 0}} 代卖 var newString = function (string) { if (string.length > 4) { var newString = string.substring(0, 4) return newString + '...'; }else{ return string } } module.exports.newString = newString;