exam_client

This commit is contained in:
shijing 2022-11-14 17:03:51 +08:00
parent 9f2ac61439
commit 0bad451fd6
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@
<el-table-column align="left" label="用户">
<template slot-scope="scope">{{ scope.row.create_by_name}}</template>
</el-table-column>
<el-table-column align="left" label="所属部门">
<!-- <el-table-column align="left" label="所属部门">
<template slot-scope="scope">{{ scope.row.dept_name }}</template>
</el-table-column>
</el-table-column> -->
<el-table-column align="left" label="是否通过">
<template slot-scope="scope">
<el-tag v-if="scope.row.is_pass" type="success"></el-tag>