讲师管理bug

This commit is contained in:
zhangsir
2024-12-20 17:50:11 +08:00
parent 541de94696
commit ceb9c0cf59
6 changed files with 21 additions and 21 deletions

View File

@@ -39,7 +39,7 @@
<div style="color: #1890ff;cursor: pointer;">查看</div>
</lockLecturer>
<a-button v-if="record.status!=2" type="link" @click="() => handleModify(record, String(record.courseform))">编辑</a-button>
<a-button v-if="record.status==2" type="link" @click="() => updateModal(record)">撤回</a-button>
<a-button v-if="record.status==2&&false" type="link" @click="() => updateModal(record)">撤回</a-button>
<a-button type="link" @click="() => deleteModal(record, String(record.courseform))">删除</a-button>
</a-space>
</template>