Merge remote-tracking branch '121/test20250220' into test20250220

This commit is contained in:
joshen
2025-03-18 09:46:22 +08:00
3 changed files with 219 additions and 12681 deletions

12892
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -339,7 +339,7 @@ const exportStudy = async () => {
return message.warning('暂无可导出的学习记录')
}
exportDisabled.value = true;
await downLoadXlsx(`${process.env.VUE_APP_BASE_API}/admin/student/exportOnlineStudentDetail?type=4&&thirdType=8&pid=${searchParams.value.pid}`,'在线课学员学习记录');
await downLoadXlsx(`${process.env.VUE_APP_BASE_API}/admin/student/exportOnlineStudentDetail?type=13&&thirdType=8&pid=${searchParams.value.pid}`,'在线课学员学习记录');
exportDisabled.value = false;
}
defineExpose({

View File

@@ -456,7 +456,7 @@
<div style="flex: 1">
<div class="split"></div>
<div class="onerow">
<div class="taskmain">任务大纲</div>
<div class="taskmain">任务大纲4</div>
<ImpoterGroupLeader
title="批量面授报名"
:data="{ targetId: projectId, type: 1 }"
@@ -625,7 +625,7 @@
<div class="operations_dropdown">
<a-dropdown :getPopupContainer='triggerNode=> triggerNode.parentNode' v-if="item.assessmentIds.filter(id => id !== null).length>1&&item.type == 2" :trigger="['click']" v-model:visible="visibleEwmpg[item.id]">
<a class="ant-dropdown-link" @click="qrcodeAssement(item)">
评估二维码
评估二维码7
<DownOutlined />
</a>
<template #overlay>
@@ -642,7 +642,7 @@
</a-dropdown>
<div v-if="item.assessmentIds.filter(id => id !== null).length==1&&item.type == 2">
<a class="ant-dropdown-link" @click="qrcodeAssement(item)">
评估二维码
评估二维码8
<DownOutlined />
</a>
</div>