mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
讲师费用管理,审批增加删除按钮
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
@click="() => handleLook(record, String(record.courseform))">查看</a-button>
|
||||
<!-- <a-button type="link" @click="() => handleOperate(record, String(record.courseform))">审批</a-button> -->
|
||||
<!-- TODO1 -->
|
||||
<a-button v-if="record.status = 1 || record.status != 4" type="link" @click="() => deleteModal(record, String(record.courseform))">删除</a-button>
|
||||
<a-button v-if="record.status == 1 || record.status == 4" type="link" @click="() => deleteModal(record, String(record.courseform))">删除</a-button>
|
||||
<!-- <a-button v-if="record.status == 4" type="link" @click="submit(record)">提交</a-button> -->
|
||||
<a-button v-if="record.status == 2 && false" type="link" @click="withdraw(record)">撤回</a-button>
|
||||
</a-space>
|
||||
|
||||
Reference in New Issue
Block a user