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
ebcb63e9
Commit
ebcb63e9
authored
Sep 10, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
渠道模块添加编辑器
parent
be51ad81
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
596 additions
and
206 deletions
+596
-206
ckeditor.vue
src/components/ckeditor.vue
+1
-1
home.vue
src/components/home.vue
+5
-5
allResume.vue
src/page/resume/allResume.vue
+0
-2
channel.vue
src/page/resume/channel.vue
+589
-197
zh-cn.js
static/ckeditor/lang/zh-cn.js
+1
-1
No files found.
src/components/ckeditor.vue
View file @
ebcb63e9
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
watch
:
{
watch
:
{
value
:
function
(
value
)
{
value
:
function
(
value
)
{
this
.
editor
.
setData
()
this
.
editor
.
setData
()
}
}
,
},
},
methods
:
{
methods
:
{
init
()
{
init
()
{
...
...
src/components/home.vue
View file @
ebcb63e9
...
@@ -54,7 +54,7 @@ import localstorage from '../service/localstorage.service.js'
...
@@ -54,7 +54,7 @@ import localstorage from '../service/localstorage.service.js'
xiabiao
:
''
,
xiabiao
:
''
,
itemSelect
:
''
,
itemSelect
:
''
,
type
:
''
,
type
:
''
,
levelOneName
:
''
,
levelOneName
:
'
1
'
,
levelTwoName
:
[
'
1-1
'
,
'
2-1
'
,
'
3-1
'
,
'
4-1
'
],
levelTwoName
:
[
'
1-1
'
,
'
2-1
'
,
'
3-1
'
,
'
4-1
'
],
levelThreeName
:
'
1-1-1
'
,
levelThreeName
:
'
1-1-1
'
,
menuList
:
[
menuList
:
[
...
@@ -164,15 +164,15 @@ import localstorage from '../service/localstorage.service.js'
...
@@ -164,15 +164,15 @@ import localstorage from '../service/localstorage.service.js'
selectMenu
(
name
,
refesh
)
{
selectMenu
(
name
,
refesh
)
{
// // refesh是否为刷新页面
// // refesh是否为刷新页面
this
.
levelOneName
=
name
this
.
levelOneName
=
name
const
menus
=
this
.
menuList
.
filter
(
v
=>
name
===
v
.
name
)
[
0
]
const
menus
=
this
.
menuList
.
filter
(
v
=>
name
===
v
.
name
)
this
.
childMenu
=
menus
.
child
?
menus
.
child
:
this
.
menuList
[
0
].
child
this
.
childMenu
=
menus
.
length
>
0
?
menus
[
0
]
.
child
:
this
.
menuList
[
0
].
child
if
(
!
refesh
)
{
// 点击菜单默认展示第一个菜单
if
(
!
refesh
)
{
// 点击菜单默认展示第一个菜单
this
.
levelTwoName
=
[]
this
.
levelTwoName
=
[]
let
initName
=
this
.
getInitName
(
name
,
menus
)
let
initName
=
this
.
getInitName
(
name
,
menus
[
0
]
)
this
.
levelTwoName
.
push
(
initName
.
levelTwoName
)
this
.
levelTwoName
.
push
(
initName
.
levelTwoName
)
this
.
levelThreeName
=
initName
.
levelThreeName
this
.
levelThreeName
=
initName
.
levelThreeName
}
}
if
(
menus
.
loadMenu
)
{
// 简历管理模块需要加载渠道简历
if
(
menus
[
0
]
.
loadMenu
)
{
// 简历管理模块需要加载渠道简历
this
.
getChannelMenu
()
this
.
getChannelMenu
()
}
}
if
(
refesh
&&
this
.
$route
.
path
.
indexOf
(
'
channel
'
)
>
-
1
)
{
if
(
refesh
&&
this
.
$route
.
path
.
indexOf
(
'
channel
'
)
>
-
1
)
{
...
...
src/page/resume/allResume.vue
View file @
ebcb63e9
...
@@ -1023,7 +1023,6 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1023,7 +1023,6 @@ import ckeditor from '../../components/ckeditor'
if
(
sss
==
true
){
if
(
sss
==
true
){
this
.
emailIdArr
.
push
(
doID
)
this
.
emailIdArr
.
push
(
doID
)
// this.emailId=doID
// this.emailId=doID
console
.
log
(
this
.
emailIdArr
,
1111111111
)
this
.
delateARRALL
.
push
(
doID
)
this
.
delateARRALL
.
push
(
doID
)
this
.
delateARRALL2
.
push
(
doID
)
this
.
delateARRALL2
.
push
(
doID
)
this
.
flowStatusarr
.
push
(
doStatus
)
this
.
flowStatusarr
.
push
(
doStatus
)
...
@@ -1033,7 +1032,6 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1033,7 +1032,6 @@ import ckeditor from '../../components/ckeditor'
this
.
delateARRALL2
.
remove
(
doID
)
this
.
delateARRALL2
.
remove
(
doID
)
this
.
flowStatusarr
.
remove
(
doStatus
)
this
.
flowStatusarr
.
remove
(
doStatus
)
this
.
emailIdArr
.
remove
(
doID
)
this
.
emailIdArr
.
remove
(
doID
)
console
.
log
(
this
.
emailIdArr
,
222111111111
)
}
}
},
},
//查看简历详情
//查看简历详情
...
...
src/page/resume/channel.vue
View file @
ebcb63e9
This diff is collapsed.
Click to expand it.
static/ckeditor/lang/zh-cn.js
View file @
ebcb63e9
This diff is collapsed.
Click to expand it.
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