zhangjie 1 anno fa
parent
commit
61262e7518

+ 1 - 1
src/modules/mark/components/markDetail/MarkDetailMarker.vue

@@ -69,7 +69,7 @@
         <el-table-column prop="courseName" label="评卷员" min-width="100">
           <template slot-scope="scope">
             <el-tag size="medium" type="info">
-              {{ scope.row.loginName }}({{ scope.row.orgName }})
+              {{ scope.row.name }}({{ scope.row.orgName }})
             </el-tag>
           </template>
         </el-table-column>