mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
测评列表
This commit is contained in:
@@ -362,7 +362,6 @@ export default {
|
||||
}
|
||||
};
|
||||
function downTemplate() {
|
||||
debugger
|
||||
window.open(`${process.env.VUE_APP_BASE_API}/admin/student/exportHomeWorkTemplate?taskId=${props.id || ''}&type=${props.type || ''}&pid=${props.pid || ''}&thirdType=3`);
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<div
|
||||
v-if="datasource.startTime && datasource.endTime"
|
||||
class="endtime"
|
||||
>
|
||||
>
|
||||
起止时间:{{ datasource.startTime }} ~ {{ datasource.endTime }}
|
||||
</div>
|
||||
<div v-else class="endtime">
|
||||
@@ -348,8 +348,8 @@ export default {
|
||||
currentStageId: props.datasource.chapterId,
|
||||
type: 2,
|
||||
pid: props.datasource.routerId,
|
||||
taskId: props.datasource.routerTaskId,
|
||||
taskType: props.datasource.type,
|
||||
taskId: props.datasource.routerTaskId,
|
||||
taskType: props.datasource.type,
|
||||
status: state.projectName,
|
||||
studentName: state.name,
|
||||
});
|
||||
@@ -360,7 +360,7 @@ export default {
|
||||
currentStageId: props.datasource.chapterId,
|
||||
type: 2,
|
||||
pid: props.datasource.routerId,
|
||||
taskId: props.datasource.routerTaskId,
|
||||
taskId: props.datasource.id,
|
||||
taskType: props.datasource.type,
|
||||
status: state.projectName,
|
||||
studentName: state.name,
|
||||
@@ -660,4 +660,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -621,7 +621,6 @@ export default {
|
||||
//导出作业
|
||||
function exportHomeWork() {
|
||||
console.log("props.datasource", props.datasource);
|
||||
debugger
|
||||
window.open(
|
||||
`${
|
||||
process.env.VUE_APP_BASE_API
|
||||
|
||||
@@ -482,7 +482,6 @@ export default {
|
||||
state.ASOvervisible = true;
|
||||
};
|
||||
const showEntryScore = () => {
|
||||
debugger
|
||||
state.Evisible = true;
|
||||
};
|
||||
//催促学员学习
|
||||
|
||||
@@ -1286,7 +1286,6 @@ export default {
|
||||
|
||||
//编辑学习路径图
|
||||
const editLearnPath = async () => {
|
||||
debugger
|
||||
if (!state.pathName) {
|
||||
message.destroy();
|
||||
return message.warning("请输入路径图名称");
|
||||
@@ -1455,7 +1454,6 @@ export default {
|
||||
// state.imgData = ;
|
||||
// }
|
||||
});
|
||||
debugger
|
||||
const imgData = computed(() => store.state.router_pic);
|
||||
//添加权限
|
||||
watch(
|
||||
|
||||
Reference in New Issue
Block a user