-- fix 导入面授课

This commit is contained in:
yuping
2023-02-21 23:01:55 +08:00
parent 0d36ee103e
commit 105600ff0c
3 changed files with 10 additions and 20 deletions

View File

@@ -325,16 +325,9 @@
<div style="flex: 1">
<div class="onerow">
<div class="taskmain">任务大纲</div>
<div
@click="showFaceStuSignUp"
class="editright"
style="margin-right: 130px; cursor: pointer"
>
<span class="editextb" style="margin-left: 0px"
>批量面授报名</span
>
</div>
<ImpoterGroupLeader title="批量面授报名" :data="{targetId:routerId,type:2}" :url="`/admin/offcourse/importCourse`" :template-url="`/admin/router/exportTaskCoursePlan/${routerId}?type=1&taskType=2&thirdType=3`">
<button class="btn">批量面授报名</button>
</ImpoterGroupLeader>
<router-link
:to="{ path: '/leveladddetail', query: { routerId: routerId } }"
class="editright"
@@ -1394,7 +1387,7 @@ import RouterHomeworkManage from "../../components/drawers/router/RouterHomework
import RouterCommonManage from "../../components/drawers/router/RouterCommonManage";
import RouterVoteManage from "../../components/drawers/router/RouterVoteManage";
import RouterProjectManage from "../../components/drawers/router/RouterProjectManage";
import ImpoterGroupLeader from "@/components/drawers/project/ImpoterGroupLeader.vue";
import TaskImpStu from "../../components/drawers/TaskFaceIn";
import { checkPer } from "@/utils/utils";
@@ -1402,7 +1395,7 @@ import { checkPer } from "@/utils/utils";
export default {
name: "LevelAdd",
components: {
// PathAddStu,
ImpoterGroupLeader,
ProjCheckShip,
ImpStu,
CheckStu,