mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
fix:已发布面授课显示开课按钮
This commit is contained in:
@@ -347,7 +347,7 @@
|
|||||||
</a-button> -->
|
</a-button> -->
|
||||||
<a-button
|
<a-button
|
||||||
v-if="
|
v-if="
|
||||||
(record.auditStatus === 2 || record.auditStatus === 3)
|
(record.auditStatus === 3)
|
||||||
"
|
"
|
||||||
@click="() => handleStart(record, String(record.courseform))"
|
@click="() => handleStart(record, String(record.courseform))"
|
||||||
type="link"
|
type="link"
|
||||||
|
|||||||
Reference in New Issue
Block a user