|
@@ -86,7 +86,7 @@
|
|
<div class="statistics-body stat-type-body">
|
|
<div class="statistics-body stat-type-body">
|
|
<div class="stat-type-table">
|
|
<div class="stat-type-table">
|
|
<el-table :data="paperTeacherData" border>
|
|
<el-table :data="paperTeacherData" border>
|
|
- <el-table-column label="命题老师" prop="name" width="120">
|
|
|
|
|
|
+ <el-table-column label="命题老师" prop="name" width="160">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.name }}({{ scope.row.loginName }})</span>
|
|
<span>{{ scope.row.name }}({{ scope.row.loginName }})</span>
|
|
</template>
|
|
</template>
|