{{ scope.row.status === 0 ? '在库' : '已出库' }}
{{ formatProductionDuration(scope.row.productionDuration) }}
{{ scope.row.lengthDiff != null ? scope.row.lengthDiff.toFixed(3) : '' }}
({{ (Math.abs(scope.row.lengthDiff) / scope.row.theoreticalLength).toFixed(3) }})
{{ scope.row.thicknessDiff != null ? scope.row.thicknessDiff.toFixed(3) : '' }}
暂未判级
{{ scope.row[column.prop] }}