// v-for也可以写在el-table-column标签内,:key一定不要用index,否则会因为前后两次渲染的key值一样产生缓存报错, 取不到值的现象,从而造成表格渲染错位。 <!-- 一级表头 --> <el-table-column :key="item" :label="item" align="center">
<el-table-column> <template slot="header" slot-scope="scope"> <div @click="跳转方法">点击跳转</div> </template\> </el-table-column> 有用 回复 菜鸟也能高飞: 你好,颜色的话我是在div加class或者直接写?还有就是slot-scope="scope"有波浪线,这个怎么解决? 回复2019-12-30 xrkffgg: @菜鸟...
<el-table-column> <template slot="header" slot-scope="scope"> <div @click="跳转方法">点击跳转</div> </template\> </el-table-column> 有用 回复 菜鸟也能高飞: 你好,颜色的话我是在div加class或者直接写?还有就是slot-scope="scope"有波浪线,这个怎么解决? 回复2019-12-30 xrkffgg: @菜鸟...
<el-table-column> <template slot="header" slot-scope="scope"> <div @click="跳转方法">点击跳转</div> </template\> </el-table-column> 有用 回复 菜鸟也能高飞: 你好,颜色的话我是在div加class或者直接写?还有就是slot-scope="scope"有波浪线,这个怎么解决? 回复2019-12-30 xrkffgg: @菜鸟...