<el-table-column min-width="80" prop="invChecked" label="审核状态" align="center"> <template slot-scope = "scope"> <span>{{scope.row.invChecked === '0' ?'未审核' : (scope.row.invChecked === '1 ?'已审核':(scope.row.invChecked === '2' ? '已审核':”"))}}</span> </template> </el-table-column>