前端代码中,对于有子标题的列表,如何导出?

Blade 未结 1 81

一、该问题的重现步骤是什么?

1. 前端代码中,对于有子标题的列表,如何导出?列表的标题如下:

 {    title: '分公司',    dataIndex: 'factory'  },  {    title: '渠道名称',    dataIndex: 'channelName',  },  {    title: '甲方单位名称',    dataIndex: 'unitDeptName',  },  {    title: '渠道类型',    dataIndex: 'channelType',  },  {    title: '行业类型',    dataIndex: 'industryType',  },  {    title: '渠道现状',    dataIndex: 'qdxz',    children: [      {        title: '渠道容量(万元/年)',        dataIndex: 'channelVolume'      },      {        title: '是否空白渠道',        dataIndex: 'isBlankChannel'      },      {        title: '负责人',        dataIndex: 'mainUser'      },      {        title: '联系方式',        dataIndex: 'userTel'      },    ]  },  {    title: '能力评估',    dataIndex: 'nlpg',    children: [      {        title: '资金实力',        dataIndex: 'moneyStrength'      },      {        title: '渠道原有业绩(近三年)',        dataIndex: 'channelOldPer'      },      {        title: '负责人渠道贡献额(近三年)',        dataIndex: 'mainUserChannel'      },      {        title: '负责人近三年业绩',        dataIndex: 'mainUserRecent'      },      {        title: '区域类别',        dataIndex: 'areaCategory'      },      {        title: '授权范围',        dataIndex: 'authorizeArea'      },    ]  },  {    title: '潜力评估',    dataIndex: 'qlpg',    children: [      {        title: '发展意愿',        dataIndex: 'developReason'      },      {        title: '发展思路',        dataIndex: 'developWay'      },      {        title: '商务关系等',        dataIndex: 'buinessRelation'      },    ]  },  {    title: '发展计划',    dataIndex: 'fzjh',    children: [      {        title: '成立方式',        dataIndex: 'buildType'      },      {        title: '成立日期',        dataIndex: 'buildDate'      },      {        title: '2025年度甲方合同指标',        dataIndex: 'unitContractTarget'      },    ]  },


二、你期待的结果是什么?实际看到的又是什么?


三、你正在使用的是什么产品,什么版本?在什么操作系统上?

bladex

四、请提供详细的错误堆栈信息,这很重要。


五、若有更多详细信息,请在下面提供。

1条回答
  • 2025-08-18 17:24

    请给我们邮箱:bladejava@qq.com 发一个邮件提供授权公司名以及你的社区帐号,登记为商业账号后方可进行商业版问题答疑。


    0 讨论(0)
提交回复