element-ui table中使用v-if后表头乱飞、顺序2020-06-20 本文已影响0人 冷r 解决方案: el-table 加上 :key=“Math.random()”,确保表头为唯一的就可行。 image.png