title: '品牌资质有效期',
dataIndex: 'certificationStartDate',
render: (text, row) => {
return (
<span>
{moment(row.certificationStartDate).format('YYYY-MM-DD')}-
{moment(row.certificationEndDate).format('YYYY-MM-DD')}
</span>
);
},
react学习(71)--render使用
浙公网安备 33010602011771号