mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
提交代码
This commit is contained in:
@@ -243,7 +243,6 @@ export default {
|
||||
},
|
||||
|
||||
setup(props, ctx) {
|
||||
debugger
|
||||
const state = reactive({
|
||||
Evisible: false, //录入成绩抽屉
|
||||
name: null,
|
||||
@@ -719,7 +718,7 @@ export default {
|
||||
// 1是项目 2路径图 3开课
|
||||
console.log(obj1, obj2)
|
||||
state.tableDataTotalLoading = true;
|
||||
api.AttendanceSign(props.types === 1 ? obj1 : obj2).then(res => {
|
||||
api.AttendanceSign(props.types === '1' ? obj1 : obj2).then(res => {
|
||||
console.log('res----签到是否成功', res)
|
||||
message.destroy()
|
||||
message.info('签到成功')
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
style="margin-right: 10px"
|
||||
src="../../assets/images/courseManage/add0.png"
|
||||
/></template>
|
||||
添加组员
|
||||
添加组员1
|
||||
</a-button></CommonStudent
|
||||
>
|
||||
<div class="btn btn2" @click="showModal">
|
||||
@@ -72,10 +72,10 @@
|
||||
<div class="wz">批量删除</div>
|
||||
</div>
|
||||
<!-- 2022-11-30注释 后面放开 -->
|
||||
<!-- <div class="btn btn2">
|
||||
<div class="btn btn2">
|
||||
<div class="img2"></div>
|
||||
<div class="wz">导出信息</div>
|
||||
</div> -->
|
||||
<div class="wz">导出组员</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="line">
|
||||
<div class="inline">
|
||||
|
||||
@@ -324,7 +324,7 @@
|
||||
<!-- 路径管理 -->
|
||||
<div style="flex: 1">
|
||||
<div class="onerow">
|
||||
<div class="taskmain">任务大纲2</div>
|
||||
<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`">
|
||||
<button class="btn">批量面授报名</button>
|
||||
</ImpoterGroupLeader>
|
||||
|
||||
@@ -444,7 +444,7 @@
|
||||
<div style="flex: 1">
|
||||
<div class="split"></div>
|
||||
<div class="onerow">
|
||||
<div class="taskmain">任务大纲1</div>
|
||||
<div class="taskmain">任务大纲</div>
|
||||
<ImpoterGroupLeader
|
||||
title="批量面授报名"
|
||||
:data="{ targetId: projectId, type: 1 }"
|
||||
|
||||
Reference in New Issue
Block a user