1. 表格中 用v-if 切换不同表字段时 表头字段顺序经常互换
解决方法:在table-column中加入:key=“Math.random()”2. v-if控制的el-tooltip,可能切换时会发生不提示文字烦人问题
解决方法:改成v-show...