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