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:
@@ -18,14 +18,17 @@
|
||||
<!-- TODO GX03 -->
|
||||
<a-select
|
||||
style="width: 235px"
|
||||
v-model:value="searchParam.isParent"
|
||||
v-model:value="searchParam.status"
|
||||
placeholder="请选择状态"
|
||||
allowClear
|
||||
v-on:keydown.enter="enterPressHadlerSearch"
|
||||
>
|
||||
<a-select-option :value="1">自由学习模式</a-select-option>
|
||||
<a-select-option :value="2">闯关模式</a-select-option>
|
||||
<a-select-option :value="3">闯关模式</a-select-option>
|
||||
<!-- 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="4">拒绝</a-select-option>
|
||||
<a-select-option :value="5">撤回</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
</a-form-item>
|
||||
@@ -61,8 +64,8 @@
|
||||
</div>
|
||||
</a-form>
|
||||
<div style="width: 100%"></div>
|
||||
<div style="display: flex; margin-bottom: 20px">
|
||||
<a-button
|
||||
<!-- <div style="display: flex; margin-bottom: 20px"> -->
|
||||
<!-- <a-button
|
||||
v-if="checkMenu('lecturerTrainOrgAdd')"
|
||||
@click="addTeacher()"
|
||||
type="primary"
|
||||
@@ -71,8 +74,8 @@
|
||||
>
|
||||
<div class="search"></div>
|
||||
新增培训发生组织
|
||||
</a-button>
|
||||
<div
|
||||
</a-button> -->
|
||||
<!-- <div
|
||||
class="btnn btn2"
|
||||
@click="downOpen"
|
||||
style="margin-right: 14px"
|
||||
@@ -80,8 +83,8 @@
|
||||
>
|
||||
<div class="daochu"></div>
|
||||
<div class="btnText">导出</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- </div> -->
|
||||
<!-- 数据处理 -->
|
||||
<a-table
|
||||
style="border: 1px solid #f2f6fe"
|
||||
|
||||
Reference in New Issue
Block a user