妄想 郑 5️⃣8️⃣ 2023-09-20 10:43 采纳率: 0%
浏览 6

el-table前两列内容一致时进行表格合并vue3+ts的写法

el-table前两列内容一致时进行表格合并vue3+ts的写法

```
tableData: TableData[] = reactive([
{
actual: 'string',
assessmentMetric: 'string',
dateId: null,
description: null,
detailsId: null,
dotColor: 'string',
gaps: 1,
indicatorsId: 'string',
maxClass: '11111',
minClass: '22222',
objectives: 'string',
reached: 1,
total: 1,
type: 1
},
{
actual: 'string',
assessmentMetric: 'string',
dateId: null,
description: null,
detailsId: null,
dotColor: 'string',
gaps: 1,
indicatorsId: 'string',
maxClass: '11111',
minClass: '22222',
objectives: 'string',
reached: 1,
total: 1,
type: 1}])

```怎么样实现表格合并写法

  • 写回答

2条回答 默认 最新

  • 曌龙 2023-09-20 11:15
    关注
    评论

报告相同问题?

问题事件

  • 创建了问题 9月20日