• 
    const columns = [
          {
            name: 'index',
            label: '#',
            field: 'index'
          },
    ]
    const rows = [
    ……
    ]
    
    rows.forEach((row, index) => {
          row.index = index + 1
    })
    

    这样就会追加序号了

风见幽香
kira0522
新手
  • 0 标签
  • 0 帖子
  • 1 回帖



个人主页