|
@@ -87,6 +87,9 @@
|
|
|
<div class="stat-type-table">
|
|
|
<el-table :data="paperTeacherData" border>
|
|
|
<el-table-column label="命题老师" prop="name" width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{ scope.row.name }}({{ scope.row.loginName }})</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="试题数量">
|
|
|
<template slot-scope="scope">
|