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