|
@@ -69,7 +69,7 @@
|
|
|
<el-table-column prop="courseName" label="评卷员" min-width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag size="medium" type="info">
|
|
|
- {{ scope.row.loginName }}({{ scope.row.orgName }})
|
|
|
+ {{ scope.row.name }}({{ scope.row.orgName }})
|
|
|
</el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|