mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
fix:增加批量报名页面,替换外部考试学员成绩导入模板下载链接
This commit is contained in:
@@ -326,6 +326,12 @@
|
||||
<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>
|
||||
<router-link
|
||||
:to="{ path: '/leveladddetail', query: { routerId: routerId } }"
|
||||
class="editright"
|
||||
@@ -404,8 +410,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
"
|
||||
>
|
||||
">
|
||||
<img
|
||||
:src="
|
||||
item.type == 1
|
||||
@@ -1353,6 +1358,9 @@
|
||||
:levelName="pjLevelName"
|
||||
/>
|
||||
<!-- 项目管理抽屉 结束-->
|
||||
|
||||
<!-- 批量面授报名 -->
|
||||
<task-imp-stu v-model:TaskFaceImpStuvisible="TaskFaceImpStuvisible" />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
@@ -1386,6 +1394,9 @@ 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 TaskImpStu from "../../components/drawers/TaskFaceIn";
|
||||
|
||||
import { checkPer } from "@/utils/utils";
|
||||
|
||||
export default {
|
||||
@@ -1404,7 +1415,7 @@ export default {
|
||||
SeeStu,
|
||||
TwoDimensionalCode,
|
||||
TableStudent,
|
||||
|
||||
TaskImpStu,
|
||||
RouterFaceTeachManage,
|
||||
RouterExaminationManage,
|
||||
RouterExaminationExternalManage,
|
||||
@@ -1625,6 +1636,7 @@ export default {
|
||||
? "http://43.143.139.204:12016/"
|
||||
: location.href.slice(0, location.href.indexOf("/m")) + "/upload/",
|
||||
isreload: true,
|
||||
TaskFaceImpStuvisible: false
|
||||
});
|
||||
|
||||
const levelList = reactive({
|
||||
@@ -2840,6 +2852,12 @@ export default {
|
||||
});
|
||||
}
|
||||
|
||||
// 面授课学员报名弹框
|
||||
const showFaceStuSignUp = () => {
|
||||
console.log('我点击了- 批量面授报名')
|
||||
state.TaskFaceImpStuvisible = true;
|
||||
}
|
||||
|
||||
return {
|
||||
...toRefs(state),
|
||||
...toRefs(levelList),
|
||||
@@ -2913,6 +2931,7 @@ export default {
|
||||
selectProjectName4,
|
||||
changeLevel,
|
||||
checkPer,
|
||||
showFaceStuSignUp
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user