table :data="tableDataFirst" style="width: 100%" border :header-cell-style="rowClass"
:cell-style="cellStyle">
<template v-for="(sites, i) in result">
table-column :label="i" prop="" align="center">
<template v-for="(site, j) in sites" slot-scope="">
table-column :label="site.title" prop="title" align="center">
table-column>
table-column :label="site.count" prop="count" align="center">
table-column>
template>
table-column>
template>
table>
结果是生成的表格中没有数据,列也不对
希望是这样,且每个单元格都有数据
你这是合并列的问题,这个怎么合并官网上有demo