<Table
columns={columns}
dataSource={this.state.worktaskList}
bordered
size="middle"
// scroll={
{ y: 'calc(400px + 10%)' }}
pagination={false}
/>
const columns = [
{
title: '项目',
dataIndex: 'projectname',
width: '10%',
render: (text, row, index) => {
return {
children: <div>{text}</div>,
props: {
rowSpan: row.projectnameRowSpan,//对应新的行名称
},
};
},
},
{
title: '单位',
dataIndex: 'depname',
editable: true,
},
{
title: '月度目标',
dataIndex: 'mont