zhangjie пре 1 месец
родитељ
комит
c0e6d75777
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/modules/statistics/components/StatisticsQuestionDialog.vue

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