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

上线

parent 0b5aac00
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</Menu> </Menu>
</Col> </Col>
<Col span="21" class="content" style="width:83%;height:100%"> <Col span="21" class="content" style="width:83%;height:100%">
<Row class="header" style="height:45px"> <Row class="header" style="height:50px">
<Col span="20"> <Col span="20">
<Menu mode="horizontal" :active-name="levelOneName" @on-select="selectMenu"> <Menu mode="horizontal" :active-name="levelOneName" @on-select="selectMenu">
<MenuItem v-for="menu in menuList" :name="menu.name" :key="menu.name" > <MenuItem v-for="menu in menuList" :name="menu.name" :key="menu.name" >
......
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
<span style="margin-left:5px;position:relative;">选择<Badge :count="interviewee.length" size='small' :class='["badge",{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'></Badge></span> <span style="margin-left:5px;position:relative;">选择<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: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%;width:50px" @click="delateAll">删除</Button>
<Button type="primary" size="small" style="margin-left:2%;" @click="transpond"> <!-- <Button type="primary" size="small" style="margin-left:2%;" @click="transpond">
转发面试官 转发面试官
</Button> </Button> -->
<Button type="primary" size="small" class='left' @click="allexport">导出列表</Button> <Button type="primary" size="small" class='left' @click="allexport">导出列表</Button>
<Button type="primary" size="small" class='left leftBtn' @click="sendEmail(1)">邀请面试</Button> <Button type="primary" size="small" class='left leftBtn' @click="sendEmail(1)">邀请面试</Button>
</div> </div>
...@@ -449,7 +449,6 @@ import localStorage from '../../service/localstorage.service' ...@@ -449,7 +449,6 @@ import localStorage from '../../service/localstorage.service'
import Router from 'vue-router'; import Router from 'vue-router';
import ckeditor from '../../components/ckeditor' import ckeditor from '../../components/ckeditor'
import {mapState} from 'vuex' import {mapState} from 'vuex'
// import {emailValidata, emailRule, vidte, validator} from '../../service/validte.js'
export default { export default {
data () { data () {
return { return {
......
...@@ -43,9 +43,9 @@ ...@@ -43,9 +43,9 @@
<span style="margin-left:5px;position:relative;">选择<Badge :count="interviewee.length" size='small' :class='["badge",{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'></Badge></span> <span style="margin-left:5px;position:relative;">选择<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: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%;width:50px" @click="delateAll">删除</Button>
<Button type="primary" size="small" style="margin-left:2%;" @click="transpond"> <!-- <Button type="primary" size="small" style="margin-left:2%;" @click="transpond">
转发面试官 转发面试官
</Button> </Button> -->
<Button type="primary" size="small" class='left' @click="allexport">导出列表</Button> <Button type="primary" size="small" class='left' @click="allexport">导出列表</Button>
<Button type="primary" size="small" class='left leftBtn' @click="sendEmail(1)">邀请面试</Button> <Button type="primary" size="small" class='left leftBtn' @click="sendEmail(1)">邀请面试</Button>
</div> </div>
...@@ -443,7 +443,6 @@ import{_debounce,_throttle, emailValidata, emailRule, vidte, validator} from '.. ...@@ -443,7 +443,6 @@ import{_debounce,_throttle, emailValidata, emailRule, vidte, validator} from '..
import ckeditor from '../../components/ckeditor' import ckeditor from '../../components/ckeditor'
import {mapState} from 'vuex' import {mapState} from 'vuex'
import localStorage from '../../service/localstorage.service' import localStorage from '../../service/localstorage.service'
// import {emailValidata, emailRule, vidte, validator} from '../../service/validte.js'
export default { export default {
data(){ data(){
return { return {
......
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