Commit dc311d6a authored by FE-安焕焕's avatar FE-安焕焕 👣

样式问题

parent a9992971
......@@ -37,9 +37,7 @@ export function seedetail (parmars) {
}
//面试官查询
export function Serchinterviewor() {
return axios.post(`${sapi}/api/interview/findInterviewerList`,{headers: {
'Content-Type':'application/json;',
}})
return axios.get(`${sapi}/api/interview/findInterviewerList`)
}
//邀约人查询
export function SerchInvitationOwer() {
......
......@@ -287,7 +287,6 @@ import localstorage from '../service/localstorage.service.js'
<style lang="less" scoped>
.home{
height: 100%;
font-size: 15px;
.aside{
// min-height: 2050px;
border-right: 1px solid #dcdee2;
......
......@@ -97,7 +97,7 @@
</Select>
</FormItem>
<FormItem label="面试官:" style="margin-top:20px">
<Select style="width:80%;height:20px" placeholder="请选择" :label-in-value='true' @on-change='selectinterviewElement'>
<Select style="width:80%;height:20px" placeholder="请选择" :label-in-value='true' @on-change='selectinterviewElement' filterable>
<Option v-for="(item,index) in Interviewer" :key="index" :value="index" >{{item}}</Option>
</Select>
</FormItem>
......@@ -442,12 +442,8 @@ export default {
})
},
// 面试官查询
Serchlistinterview(){
SerchlistinterviewList(){
Serchinterviewor().then(res=>{
console.log(res)
if (!res.data.succes) {
return
}
this.Interviewer=res.data.body
this.Interviewer.unshift('不限')
})
......@@ -528,7 +524,7 @@ export default {
title: '提示',
desc: '已成功重启流程'
});
this. serchListInterview()
this.serchListInterview()
}
})
this.modal4=false
......@@ -710,8 +706,9 @@ export default {
},
mounted(){
this.serchListInterview()
this.Serchlistinterview()
// this.Serchlistinterview()
this.SerchInvitation()
this.SerchlistinterviewList()
}
}
</script>
......
......@@ -41,7 +41,7 @@
</div> -->
<div style="background:WhiteSmoke;width:100%;height:6%;margin-bottom:0.5%;" class='bar'>
<input type='checkbox' class='input-checkbox' v-model='checked' @click='checkedAll' style="margin-left:10px;cursor:pointer;">
<span style="margin-left:10px;position:relative">选择<Badge :count="interviewee.length" size='small' :class='["badge",{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'></Badge></span>
<span style="margin-left:10px;position:relative;font-size: 15px;">选择<Badge :count="interviewee.length" size='small' :class='["badge",{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'></Badge></span>
<Button type="primary" size="small" style="margin-left:4%;width:50px" @click="downloadAll">下载</Button>
<Button type="primary" size="small" style="margin-left:2%;width:50px" @click="delateAll">删除</Button>
<Button type="primary" size="small" style="margin-left:2%;" @click="transpond">
......
......@@ -40,7 +40,7 @@
</div>
<div style="background:WhiteSmoke;width:100%;height:6%;margin-bottom:0.5%;" class='bar'>
<input type='checkbox' class='input-checkbox' v-model='checked' @click='checkedAll' style="margin-left:10px;cursor:pointer;">
<span style="margin-left:8px;position:relative">选择<Badge :count="interviewee.length" size='small' :class='["badge",{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'></Badge></span>
<span style="margin-left:8px;position:relative;font-size: 15px;">选择<Badge :count="interviewee.length" size='small' :class='["badge",{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'></Badge></span>
<Button type="primary" size="small" style="margin-left:4%;width:50px" @click="downloadAll">下载</Button>
<Button type="primary" size="small" style="margin-left:2%;width:50px" @click="delateAll">删除</Button>
<Button type="primary" size="small" style="margin-left:2%;" @click="transpond">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment