1.每一列加入:key="Math.random()"
2.slot-scope="scope"写道 template 里面
<el-table-column label="紧急程度" align="center" :key="Math.random()">
<template slot-scope="scope">
<img
v-if="scope.row.isChongxinRevisited=='1'"
style="width:20px;height:20px"
src="@/assets/images/xfts/cxcf.png"
/>
</template>
</el-table-column>