src/views/user/departmentExamine/list.vue
@@ -17,7 +17,7 @@ <el-table-column prop="nowDepartmentName" label="原部门名称" /> <el-table-column prop="result" label="审核结果"> <template slot-scope="{row}"> <el-tag :type="row.result === '审核通过' ? 'success' : row.result === '审核失败' ? 'danger' : 'info'">{{row.result}}</el-tag> <el-tag :type="row.result === '审核通过' ? 'success' : row.result === '审核驳回' ? 'danger' : 'info'">{{row.result}}</el-tag> </template> </el-table-column> <el-table-column prop="createUserName" label="创建人" />