讲师管理bug

This commit is contained in:
zhangsir
2024-12-10 11:42:09 +08:00
parent 402262881e
commit bbf207f008
11 changed files with 74 additions and 54 deletions

View File

@@ -5,7 +5,7 @@
<div class="filter" >
<a-form layout="inline" style="min-width: 1380px;">
<a-form-item class="select">
<a-select style="width: 276px" v-model:value="searchParam.trainOrgId" placeholder="培训发生组织" allowClear
<a-select style="width: 235px" v-model:value="searchParam.trainOrgId" placeholder="培训发生组织" allowClear
:options="trainOrglist"
v-on:keydown.enter="enterPressHadlerSearch">
</a-select>
@@ -15,7 +15,7 @@
<div class="addTime" >汇总时间</div>
<a-range-picker
v-model:value="searchdate"
style="width: 420px"
style="width: 380px !important;"
format="YYYY-MM-DD"
valueFormat="YYYY-MM-DD"
separator="至"
@@ -25,7 +25,7 @@
</div>
</a-form-item>
<a-form-item class="select">
<a-select style="width: 230px ;margin-bottom:20px" v-model:value="searchParam.status" placeholder="请选择状态" allowClear
<a-select style="width: 200px ;margin-bottom:20px" v-model:value="searchParam.status" placeholder="请选择状态" allowClear
:options="AuthenticationStatusList"
v-on:keydown.enter="enterPressHadlerSearch">
</a-select>