<el-table-column sortable label="状态" prop="eu_status">
<template slot-scope="scope">{{ scope.row.eu_status == 1 ? ‘普通用户‘ : ‘管理员‘ }}</template>
</el-table-column>
相关文章
- 01-07maven-bundle-plugin 2.4.0以下版本导出META-INF中的内容到MANIFEST.MF中
- 01-07elementUI中upload自定义上传行为 http-request属性
- 01-07Binary Search 的递归与迭代实现及STL中的搜索相关内容
- 01-07将文本文件的内容追加到C中的另一个文件
- 01-07拆分Sql列中内容的拆分
- 01-07如何将div中的内容居中
- 01-07如何在扭曲的python中从服务器发送列表中的内容?
- 01-07TinyMCE可以如何直接复制word的图文内容到编辑器中?
- 01-07python – 烧瓶中的自定义装饰器不工作?
- 01-07老生常谈的问题:Spring Boot中如何一键自定义starter?