<template slot-scope="scope">
<div v-if="item.prop==='serverId'">
{{ scope.row[item.prop]===11?'22222':"55555" }}
</div>
<span v-else>{{ scope.row[item.prop] }}</span>
</template>
<template slot-scope="scope">
<div v-if="item.prop==='serverId'">
{{ scope.row[item.prop]===11?'22222':"55555" }}
</div>
<span v-else>{{ scope.row[item.prop] }}</span>
</template>