Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
528f8056
Commit
528f8056
authored
Sep 23, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏转发面试官按钮
parent
95e44856
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
home.vue
src/components/home.vue
+1
-1
allResume.vue
src/page/resume/allResume.vue
+3
-2
channel.vue
src/page/resume/channel.vue
+2
-2
No files found.
src/components/home.vue
View file @
528f8056
...
...
@@ -2,7 +2,7 @@
<Row
id=
"home"
class=
"home"
>
<loading
v-show=
'showLoading'
></loading>
<Col
span=
"3"
class=
"aside"
style=
"width:17%;height:100%;overflow: auto;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/homelogo.png"
alt=
""
style=
"height:
6
0px"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/homelogo.png"
alt=
""
style=
"height:
7
0px"
>
<Menu
style=
"width: 100%;"
ref=
'subMenu'
:active-name=
"levelThreeName"
:open-names=
"levelTwoName"
@
on-select=
"go"
>
<template
v-for=
"(menu) in childMenu"
>
<Submenu
:name=
"menu.name"
:key=
"menu.name"
v-show=
'!(isAdmin==false&&menu.item=="账户管理")'
>
...
...
src/page/resume/allResume.vue
View file @
528f8056
...
...
@@ -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>
<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"
>
<
!--
<
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 leftBtn'
@
click=
"sendEmail(1)"
>
邀请面试
</Button>
</div>
...
...
@@ -1349,6 +1349,7 @@ import {mapState} from 'vuex'
this
.
$refs
.
emailInline
.
resetFields
()
this
.
$refs
.
formInline
.
resetFields
()
this
.
emailInline
.
moo
=
'
TEMP_0001
'
this
.
options
=
[]
this
.
emailMOdal
=
true
getEmailMoo
().
then
(
res
=>
{
...
...
src/page/resume/channel.vue
View file @
528f8056
...
...
@@ -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>
<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"
>
<
!--
<
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 leftBtn'
@
click=
"sendEmail(1)"
>
邀请面试
</Button>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment