element table表格里面再套表格

1587881986(1).jpg

HTML

            
              
            
            
            
            
            
            
            
            
            
            
            
            
            
            
              
            
          


data return

tableData: [{
        date: '2016-05-02',
        name: '王小虎',
        address: '上海市普陀区金沙江路 1518 弄'
      }, {
        date: '2016-05-01',
        name: '王小虎',
        address: '上海市普陀区金沙江路 1519 弄',
        children: [{
          stationCode: 'stationCode数据',
          stationName: 'stationName数据',
          sta: 'sta数据'
        }, {
          stationCode: 'stationCode数据',
          stationName: 'stationName数据',
          sta: 'sta数据'
        }]
      }],
      cities: [{ 
          label: "电站编号",
          property: "stationCode",
        },
        {
          label: "电站名称",
          property: "stationName",
        }, {
          label: "区号",
          property: "sta",
        },
      ],

你可能感兴趣的:(element table表格里面再套表格)