react学习(71)--render使用

Posted 小歌谣(公众号同名)

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react学习(71)--render使用相关的知识,希望对你有一定的参考价值。

 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使用的主要内容,如果未能解决你的问题,请参考以下文章

React 片段中的文本

react 对循环warning提示增加key的研究

react源码学习-架构篇-render阶段

react学习----react转换值同render

react1

前端学习(3142):react-hello-react之父组件render