<el-table-column prop="IsValid" label="是否有效" width="80px">
<template slot-scope="scope">
<span v-if="scope.row.IsValid==0" >是</span>
<span v-else-if="scope.row.IsValid==1" >否</span>
</template>
</el-table-column>
<el-table-column prop="IsValid" label="是否有效" width="80px">
<template slot-scope="scope">
<span v-if="scope.row.IsValid==0" >是</span>
<span v-else-if="scope.row.IsValid==1" >否</span>
</template>
</el-table-column>
本文标题:vue table状态自定义文字
本文链接:https://www.haomeiwen.com/subject/dbolbltx.html
网友评论