|
@@ -66,14 +66,16 @@
|
|
</template>
|
|
</template>
|
|
</mx-table>
|
|
</mx-table>
|
|
<!-- 初录 多志愿拖拽 -->
|
|
<!-- 初录 多志愿拖拽 -->
|
|
- <div v-if="this.generation.current == 1 ">
|
|
|
|
- <p>您的选科志愿: <span v-for="(item) in activeModels.selectedList">
|
|
|
|
- {{ item.groupName }}
|
|
|
|
|
|
+ <div >
|
|
|
|
+ <p>您的选科志愿: <span v-for="(item,index) in activeModels.selectedList">
|
|
|
|
+ {{ item.groupName(index) }}志愿
|
|
<!-- {{ index + 1 < selectedList.length ? '、' : '' }}-->
|
|
<!-- {{ index + 1 < selectedList.length ? '、' : '' }}-->
|
|
</span>
|
|
</span>
|
|
</p>
|
|
</p>
|
|
- <test-drage ref="drage" :selectedList="activeModels.selectedList"></test-drage>
|
|
|
|
- <el-button @click="commit" type="primary">提交</el-button>
|
|
|
|
|
|
+ <div v-if="this.generation.current == 1">
|
|
|
|
+ <test-drage ref="drage" :selectedList="activeModels.selectedList"></test-drage>
|
|
|
|
+ <el-button @click="commit" type="primary">提交</el-button>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<!-- 补录报名和二次补录报名和调剂报名 -->
|
|
<!-- 补录报名和二次补录报名和调剂报名 -->
|
|
<div v-if="flagShow">
|
|
<div v-if="flagShow">
|