mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
查询提交处理
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
v-on:keydown.enter="enterPressHadlerSearch"
|
||||
>
|
||||
<!-- 0正常数据 1待审核 2审核中 3审核通过 4拒绝 5撤回 -->
|
||||
<a-select-option :value="0">正常数据</a-select-option>
|
||||
<a-select-option :value="1">待审核</a-select-option>
|
||||
<a-select-option :value="2">审核中</a-select-option>
|
||||
<a-select-option :value="3">审核通过</a-select-option>
|
||||
<a-select-option :value="4">拒绝</a-select-option>
|
||||
<a-select-option :value="5">撤回</a-select-option>
|
||||
</a-select>
|
||||
@@ -105,31 +105,31 @@
|
||||
>
|
||||
<div style="color: #1890ff; cursor: pointer">查看</div>
|
||||
</lockLecturer>
|
||||
<a-button
|
||||
<!-- <a-button
|
||||
v-if="record.status != 2 && checkMenu('lecturerTrainOrgEdit')"
|
||||
type="link"
|
||||
@click="() => handleModify(record, String(record.courseform))"
|
||||
>编辑</a-button
|
||||
>
|
||||
<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-button
|
||||
<!-- <a-button
|
||||
@click="isEnablePost(record, 0)"
|
||||
v-if="record.enable && checkMenu('lecturerTrainOrgStop')"
|
||||
type="link"
|
||||
>启用</a-button
|
||||
>
|
||||
<a-button
|
||||
> -->
|
||||
<!-- <a-button
|
||||
@click="isEnablePost(record, 1)"
|
||||
v-if="!record.enable && checkMenu('lecturerTrainOrgStop')"
|
||||
type="link"
|
||||
>停用</a-button
|
||||
>
|
||||
> -->
|
||||
</a-space>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user