fix:已发布面授课显示开课按钮

This commit is contained in:
wyx
2023-03-09 11:00:33 +08:00
parent ac50f5bea4
commit 6df69fca47

View File

@@ -347,7 +347,7 @@
</a-button> -->
<a-button
v-if="
(record.auditStatus === 2 || record.auditStatus === 3)
(record.auditStatus === 3)
"
@click="() => handleStart(record, String(record.courseform))"
type="link"