${header.text} | ||
---|---|---|
${ item.categoryName } ${ item.makerName } ${ item.modelNumber } 询问价格 ${formatCurrency(item.price)}${ item.currency } 出厂年份:${ item.year } 小时:${ item.hours } 机号:${ item.serialNumber } 地点:${ item.prefectureAndCountry } |
${ props.item.categoryName }
${ props.item.makerName }
${ props.item.modelNumber }
询问价格
${formatCurrency(props.item.price)}${ props.item.currency }
出厂年份:${ props.item.year }
小时:${ props.item.hours }
机号:${ props.item.serialNumber }
地点:${ props.item.prefectureAndCountry }