mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
fix -- 导入组长和路径图
This commit is contained in:
@@ -758,9 +758,12 @@
|
||||
<div class="btn2" @click="exportGroup">
|
||||
<span class="btn2text">导出小组</span>
|
||||
</div>
|
||||
<div class="btn2" @click="importGroupLeader">
|
||||
<span class="btn2text">导入小组长</span>
|
||||
</div>
|
||||
<ImpoterGroupLeader :url="`/admin/studentGroup/importGroup`" :template-url="`/admin/studentGroup/exportGroup/${projectId}`">
|
||||
<div class="btn2">
|
||||
<span class="btn2text">导入小组长</span>
|
||||
</div>
|
||||
</ImpoterGroupLeader>
|
||||
|
||||
</div>
|
||||
<!-- 小组列表 -->
|
||||
<div class="groupmain">
|
||||
@@ -2106,12 +2109,6 @@
|
||||
:checkgroupStuId="checkgroupStuId"
|
||||
/>
|
||||
<!-- 换组弹窗 -->
|
||||
<!-- 导入小组长 -->
|
||||
<ImpoterGroupLeader
|
||||
v-model:ImpoterGroupLeaderV="ImpoterGroupLeaderV"
|
||||
:projectId="projectId"
|
||||
/>
|
||||
<!-- 导入小组长 -->
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user