mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
fix:面授课编辑操作修改
This commit is contained in:
@@ -294,7 +294,7 @@
|
|||||||
编辑
|
编辑
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
v-if="!element.routerTaskId && element.type===2"
|
v-if="routerInfo.routerInfo.status !== 1 && element.type===2"
|
||||||
style="color: #4ea6ff;cursor: pointer;"
|
style="color: #4ea6ff;cursor: pointer;"
|
||||||
@click="editTaskForType(element,index)">
|
@click="editTaskForType(element,index)">
|
||||||
编辑
|
编辑
|
||||||
@@ -599,8 +599,7 @@ const cancelStorage = async () => {
|
|||||||
// 开课按钮
|
// 开课按钮
|
||||||
const openCourse = (ele) => {
|
const openCourse = (ele) => {
|
||||||
coursePlanRef.value.openDrawer(ele);
|
coursePlanRef.value.openDrawer(ele);
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.ConfirmModal {
|
.ConfirmModal {
|
||||||
|
|||||||
@@ -262,9 +262,9 @@
|
|||||||
style="color: #4ea6ff;cursor: pointer;"
|
style="color: #4ea6ff;cursor: pointer;"
|
||||||
@click="editTaskForType(element,index)">
|
@click="editTaskForType(element,index)">
|
||||||
编辑
|
编辑
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
v-if="!element.projectTaskId && element.type===2"
|
v-if="projectInfo.projectInfo.status !==3 && element.type===2"
|
||||||
style="color: #4ea6ff;cursor: pointer;"
|
style="color: #4ea6ff;cursor: pointer;"
|
||||||
@click="editTaskForType(element,index)">
|
@click="editTaskForType(element,index)">
|
||||||
编辑
|
编辑
|
||||||
|
|||||||
Reference in New Issue
Block a user