elementui渲染表格数据时对某一列数据进行自定义渲染
<el-table-column label="矩阵版本类型" align="center" prop="matrixType">
<template slot-scope="scope">
{{scope.row.matrixType == "1" ? "年中版":"年终版"}}
</template>
</el-table-column>
posted on 2022-08-04 17:41  小吴编  阅读(421)  评论(0编辑  收藏  举报