fix:面授课编辑操作修改

This commit is contained in:
wyx
2023-03-28 14:01:13 +08:00
parent c1d4e733ba
commit 99d868e430
2 changed files with 4 additions and 5 deletions

View File

@@ -294,7 +294,7 @@
编辑
</span>
<span
v-if="!element.routerTaskId && element.type===2"
v-if="routerInfo.routerInfo.status !== 1 && element.type===2"
style="color: #4ea6ff;cursor: pointer;"
@click="editTaskForType(element,index)">
编辑
@@ -600,7 +600,6 @@ const cancelStorage = async () => {
const openCourse = (ele) => {
coursePlanRef.value.openDrawer(ele);
};
</script>
<style lang="scss">
.ConfirmModal {

View File

@@ -264,7 +264,7 @@
编辑
</span>
<span
v-if="!element.projectTaskId && element.type===2"
v-if="projectInfo.projectInfo.status !==3 && element.type===2"
style="color: #4ea6ff;cursor: pointer;"
@click="editTaskForType(element,index)">
编辑