mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
讲师管理bug
This commit is contained in:
@@ -9,15 +9,15 @@
|
||||
<!-- <a-input v-model:value="searchParam.name" style="width: 276px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入工号/讲师姓名进行检索" allowClear showSearch>
|
||||
</a-input>
|
||||
--> <div style="width: 276px; height: 40px; border-radius: 8px" >
|
||||
<a-input v-model:value="searchParam.name" style="width: 276px; height: 40px; border-radius: 8px"
|
||||
--> <div style="width: 234px; height: 40px; border-radius: 8px" >
|
||||
<a-input v-model:value="searchParam.name" style="width: 234px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入工号/讲师姓名进行检索" allowClear showSearch
|
||||
v-on:keydown.enter="enterPressHadlerSearch">
|
||||
</a-input>
|
||||
</div>
|
||||
</a-form-item>
|
||||
<a-form-item class="select">
|
||||
<a-select style="width: 235px ;margin-bottom:20px" v-model:value="searchParam.trainOrgId" placeholder="请选择培训发生组织" allowClear
|
||||
<a-select style="width: 234px ;margin-bottom:20px" v-model:value="searchParam.trainOrgId" placeholder="请选择培训发生组织" allowClear
|
||||
:options="orgList"
|
||||
v-on:keydown.enter="enterPressHadlerSearch">
|
||||
</a-select>
|
||||
@@ -27,7 +27,7 @@
|
||||
<div class="addTime" >授课日期:</div>
|
||||
<a-range-picker
|
||||
v-model:value="searchdate"
|
||||
style="width: 420px"
|
||||
style="width: 380px"
|
||||
format="YYYY-MM-DD"
|
||||
valueFormat="YYYY-MM-DD"
|
||||
separator="至"
|
||||
@@ -37,24 +37,24 @@
|
||||
</div>
|
||||
</a-form-item>
|
||||
<a-form-item class="select">
|
||||
<a-select style="width: 235px ;margin-bottom:20px" v-model:value="searchParam.type" placeholder="请选择课程类型" allowClear
|
||||
<a-select style="width: 200px ;margin-bottom:20px" v-model:value="searchParam.type" placeholder="请选择课程类型" allowClear
|
||||
:options="OnTheJobStatusList"
|
||||
v-on:keydown.enter="enterPressHadlerSearch">
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
<a-form-item class="select" >
|
||||
<a-select style="width: 235px ;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>
|
||||
</a-form-item>
|
||||
<a-form-item class="select">
|
||||
<a-form-item class="select" v-if="moreid==2">
|
||||
<a-select style="width: 235px ;margin-bottom:20px" placeholder="请选择讲师体系" v-model:value="searchParam.tSystemId" allowClear
|
||||
:options="lecturerSystemList"
|
||||
v-on:keydown.enter="enterPressHadlerSearch">
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
<a-form-item class="select" >
|
||||
<a-form-item class="select" v-if="moreid==2">
|
||||
<a-select style="width: 235px ;margin-bottom:20px" v-model:value="searchParam.tLevelName" placeholder="请选择讲师级别" allowClear
|
||||
:options="getLevelList"
|
||||
v-on:keydown.enter="enterPressHadlerSearch">
|
||||
@@ -67,16 +67,16 @@
|
||||
<a-button class="resetbtn " @click="searchReset">重置</a-button>
|
||||
|
||||
<!-- 更多筛选-->
|
||||
<!-- <div v-if="moreid == 1">
|
||||
<div v-if="moreid == 1">
|
||||
<a-button @click="handlemoreid()" class="moreidbtn" type="text"> 展开
|
||||
<RightOutlined />
|
||||
<DownOutlined />
|
||||
</a-button>
|
||||
</div>
|
||||
<div v-if="moreid == 2">
|
||||
<a-button @click="handlemoreid()" class="moreidbtn"> 返回
|
||||
<a-button @click="handlemoreid()" class="moreidbtn"> 收起
|
||||
<UpOutlined />
|
||||
</a-button>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width:100%"></div>
|
||||
<!-- <a-form-item class="select" v-if="moreid == 2">
|
||||
@@ -449,7 +449,7 @@
|
||||
import { message } from "ant-design-vue";
|
||||
import dayjs from "dayjs";
|
||||
import {
|
||||
RightOutlined,
|
||||
DownOutlined,
|
||||
UpOutlined,
|
||||
UploadOutlined,
|
||||
FolderAddOutlined,
|
||||
@@ -470,7 +470,7 @@
|
||||
export default {
|
||||
name: "LecturerFee",
|
||||
components: {
|
||||
RightOutlined, //图标--展开
|
||||
DownOutlined, //图标--展开
|
||||
UpOutlined,//图标--收起
|
||||
UploadOutlined,//图标--导出
|
||||
DownloadOutlined,//图标-导入
|
||||
@@ -693,9 +693,11 @@ getAllLevelList().then((res) => {
|
||||
}
|
||||
else if(state.moreid == 2){
|
||||
state.moreid=1
|
||||
state.searchParam.certStatus=null
|
||||
state.searchParam.salaryName=null
|
||||
state.searchParam.status=null
|
||||
// state.searchParam.certStatus=null
|
||||
// state.searchParam.salaryName=null
|
||||
// state.searchParam.status=null
|
||||
state.searchParam.tSystemId = null
|
||||
state.searchParam.tLevelName = null
|
||||
}
|
||||
}
|
||||
const columnSee = ref([
|
||||
@@ -2021,7 +2023,9 @@ const column = ref([
|
||||
.moreidbtn {
|
||||
border: none;
|
||||
color: #4ea6ff;
|
||||
width: 80px
|
||||
// width: 80px;
|
||||
line-height: 40px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
//小竖线
|
||||
|
||||
Reference in New Issue
Block a user