style:批量面授报名放开

This commit is contained in:
wyx
2023-03-23 14:16:19 +08:00
parent d257b04e6e
commit f4250ed83a
2 changed files with 6 additions and 6 deletions

View File

@@ -325,9 +325,9 @@
<div style="flex: 1">
<div class="onerow">
<div class="taskmain">任务大纲</div>
<!-- <ImpoterGroupLeader title="批量面授报名" :data="{targetId:routerId,type:2}" :url="`/admin/offcourse/importCourse`" :template-url="`/admin/router/exportTaskCoursePlan/${routerId}?type=1&taskType=2&thirdType=3`">
<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> -->
</ImpoterGroupLeader>
<router-link
:to="{ path: '/leveladddetail', query: { routerId: routerId } }"
class="editright"
@@ -1443,7 +1443,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 ImpoterGroupLeader from "@/components/drawers/project/ImpoterGroupLeader.vue";
import TaskImpStu from "../../components/drawers/TaskFaceIn";
import { checkPer } from "@/utils/utils";
@@ -1451,7 +1451,7 @@ import { checkPer } from "@/utils/utils";
export default {
name: "LevelAdd",
components: {
// ImpoterGroupLeader,
ImpoterGroupLeader,
ProjectFaceTaskManage,
ProjCheckShip,
ImpStu,

View File

@@ -459,14 +459,14 @@
<div class="split"></div>
<div class="onerow">
<div class="taskmain">任务大纲</div>
<!-- <ImpoterGroupLeader
<ImpoterGroupLeader
title="批量面授报名"
:data="{ targetId: projectId, type: 1 }"
:url="`/admin/offcourse/importCourse`"
:template-url="`/admin/project/exportTaskCoursePlan/${projectId}?type=1&taskType=2&thirdType=3`"
>
<button class="btn">批量面授报名</button>
</ImpoterGroupLeader> -->
</ImpoterGroupLeader>
<router-link
v-if="checkPer(permissions, createId)"
:to="{ path: `/taskadd`, query: { projectId: projectId } }"