vue的表格动态渲染

2019-10-11  本文已影响0人  冬天的_太阳
       <el-table-column :label="date" v-for="(date, key) in header" align="center">
                                <template scope="scope">
                                    {{listDate1[scope.$index][key]}}
                                </template>
      </el-table-column>

表格数据层

       header: ['姓名', '身份证'],
                listDate1: [
                    // [
                    //     [1, 2, 3],
                    //     [4,5,6]
                    // ]

                ],
上一篇下一篇

猜你喜欢

热点阅读