1
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
placeholder="请选择职务等级"
|
placeholder="请选择职务等级"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in searchStationDutyLevelList"
|
v-for="item in baseInfoAbout.stationDutyLevelList"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
:label="item.stationDutyLevelName"
|
:label="item.stationDutyLevelName"
|
||||||
:value="item.id">
|
:value="item.id">
|
||||||
@@ -306,11 +306,11 @@
|
|||||||
|
|
||||||
<TableColumn prop="dgreeName" label="学历学位" width="120" align="center" show-overflow-tooltip />
|
<TableColumn prop="dgreeName" label="学历学位" width="120" align="center" show-overflow-tooltip />
|
||||||
|
|
||||||
<TableColumn prop="professionalTitle" label="职称等级" width="120" align="center" show-overflow-tooltip />
|
<TableColumn prop="titleName" label="职称等级" width="120" align="center" show-overflow-tooltip />
|
||||||
|
|
||||||
<TableColumn prop="stationLevelName" label="岗位级别" width="120" align="center" show-overflow-tooltip />
|
<TableColumn prop="stationLevelName" label="岗位级别" width="120" align="center" show-overflow-tooltip />
|
||||||
|
|
||||||
<TableColumn prop="levelName" label="职业资格等级" width="120" align="center" show-overflow-tooltip />
|
<TableColumn prop="workLevelName" label="职业资格等级" width="120" align="center" show-overflow-tooltip />
|
||||||
|
|
||||||
<TableColumn prop="workName" label="职业资格工种" width="150" align="center" show-overflow-tooltip />
|
<TableColumn prop="workName" label="职业资格工种" width="150" align="center" show-overflow-tooltip />
|
||||||
|
|
||||||
@@ -1786,7 +1786,7 @@
|
|||||||
|
|
||||||
// 搜索条件字典数据
|
// 搜索条件字典数据
|
||||||
const searchProfessionalTitleList = ref([])
|
const searchProfessionalTitleList = ref([])
|
||||||
const searchStationDutyLevelList = ref([])
|
// const searchStationDutyLevelList = ref([])
|
||||||
const searchPoliticsStatusList = ref([])
|
const searchPoliticsStatusList = ref([])
|
||||||
const searchTeacherCateList = ref([])
|
const searchTeacherCateList = ref([])
|
||||||
const inoutFlagOptions = ref([
|
const inoutFlagOptions = ref([
|
||||||
@@ -1898,10 +1898,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 加载职务等级列表
|
// 加载职务等级列表
|
||||||
const dutyRes: any = await getStationDutyLevelList()
|
// const dutyRes: any = await getStationDutyLevelList()
|
||||||
if (dutyRes && dutyRes.data) {
|
// if (dutyRes && dutyRes.data) {
|
||||||
searchStationDutyLevelList.value = dutyRes.data
|
// searchStationDutyLevelList.value = dutyRes.data
|
||||||
}
|
// }
|
||||||
|
|
||||||
// 加载政治面貌列表
|
// 加载政治面貌列表
|
||||||
const politicsRes: any = await getPoliticsStatusList()
|
const politicsRes: any = await getPoliticsStatusList()
|
||||||
|
|||||||
Reference in New Issue
Block a user