出现情况:
<el-table-column label="审核环节" min-width="100" align="center" >
<template slot-scope="scope">
<span v-if="scope.row.wyywsh.shhj=='00'" style="color:green">申请</span>
<span v-if="scope.row.wyywsh.shhj=='01'" style="color:green">备案确认</span>
</template>
</el-table-column>
解决方案:
el-table-column 标签后面加上key即可