zhangjie 1 mês atrás
pai
commit
c0e6d75777

+ 3 - 0
src/modules/statistics/components/StatisticsQuestionDialog.vue

@@ -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">