exam_client
This commit is contained in:
parent
9f2ac61439
commit
0bad451fd6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue