<Col span={6}>
{isDicTonList &&
isDicTonList.map((item, index) => {
if (item.key === afterDetail.status) {
return item.value;
}
})}
</Col>
React开发(223):详情页根据数组map处理返回值
