|
@@ -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",
|