Browse Source

显示关联考号

zhangjie 4 years ago
parent
commit
93e231521f
1 changed files with 7 additions and 2 deletions
  1. 7 2
      src/modules/main/StudentManage.vue

+ 7 - 2
src/modules/main/StudentManage.vue

@@ -8,12 +8,12 @@
           @click="$refs.ExportStudent.open()"
           @click="$refs.ExportStudent.open()"
           >导入考生信息</Button
           >导入考生信息</Button
         >
         >
-        <!-- <Button
+        <Button
           icon="upload icon"
           icon="upload icon"
           shape="circle"
           shape="circle"
           @click="$refs.ExportRelate.open()"
           @click="$refs.ExportRelate.open()"
           >导入关联信息</Button
           >导入关联信息</Button
-        > -->
+        >
       </div>
       </div>
       <div class="part-box-head-right">
       <div class="part-box-head-right">
         <Button
         <Button
@@ -256,6 +256,11 @@ export default {
           key: "examNumber",
           key: "examNumber",
           minWidth: 120
           minWidth: 120
         },
         },
+        {
+          title: "关联考号",
+          key: "relateExamNumber",
+          minWidth: 120
+        },
         {
         {
           title: "考区",
           title: "考区",
           key: "areaName",
           key: "areaName",