소스 검색

Merge branch 'master' of http://git.qmth.com.cn/ExamCloud-3/examcloud-admin-web

lideyin 6 년 전
부모
커밋
911051a233
1개의 변경된 파일4개의 추가작업 그리고 7개의 파일을 삭제
  1. 4 7
      src/modules/examwork/view/student.vue

+ 4 - 7
src/modules/examwork/view/student.vue

@@ -154,7 +154,7 @@
                   <tr>
                     <td style="color: green">学号</td>
                     <td style="color:purple;padding-left: 20px;">
-                      {{ scope.row.studentCode }}
+                      {{ scope.row.studentCodeList }}
                     </td>
                   </tr>
                   <tr>
@@ -189,12 +189,9 @@
               </el-popover>
             </template>
           </el-table-column>
-          <el-table-column
-            prop="studentCode"
-            width=""
-            label="学号"
-            sortable
-          ></el-table-column>
+          <el-table-column label="学号">
+            <span slot-scope="scope" v-html="scope.row.studentCodesStr"> </span>
+          </el-table-column>
           <el-table-column
             prop="identityNumber"
             width=""