fix:面授课已经发布的不允许编辑

This commit is contained in:
wyx
2023-03-22 12:31:01 +08:00
parent f5adb9f491
commit 535fb1e4ca
2 changed files with 2 additions and 2 deletions

View File

@@ -288,8 +288,8 @@
开课
</span>
<span
v-if="!element.routerTaskId"
style="color: #4ea6ff;cursor: pointer;"
:style="{marginRight:element.type===2?`6px`:`25px`,marginLeft:element.type===2?`6px`:`0px`}"
@click="editTaskForType(element,index)">
编辑
</span>

View File

@@ -258,8 +258,8 @@
开课
</span>
<span
v-if="!element.projectTaskId"
style="color: #4ea6ff;cursor: pointer;"
:style="{marginRight:element.type==2?6+'px':25+'px',marginLeft:element.type==2?6+'px':0+'px'}"
@click="editTaskForType(element,index)">
编辑
</span>