/* eslint-disable max-lines-per-function */
import React from 'react';
import { Table, Typography, Tag, Popover } from '../../../../index';
const { Text } = Typography;
const src = 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/root-web-sites/bag.jpeg';
class App extends React.Component {
constructor(props) {
super(props);
this.columns = [
{
title: '需求标题',
dataIndex: 'featureTitle',
render: (text, record, index) => {text},
},
{
title: '文档',
dataIndex: 'doc',
width: 150,
render: (text, record, index) => (
We have 2 lines.
)}
key={index}
>
We have 2 lines.
)}
key={index}
>
We have 2 lines.
)}
key={index}
>