Commit 2b6692e3 by 钟乾明

u: 同步项目经历,优化考核结果年份数据合并

parent 6b84b8cc
...@@ -217,7 +217,10 @@ span { ...@@ -217,7 +217,10 @@ span {
.item_header-img-jobhistory { .item_header-img-jobhistory {
background: url('../images/jobhistory.svg') no-repeat; background: url('../images/jobhistory.svg') no-repeat;
} }
.item_header-img-project_history{
background: url('../images/project_history.png') no-repeat;
background-size: 100%;
}
.item_header-img-base { .item_header-img-base {
background: url('../images/base.svg') no-repeat; background: url('../images/base.svg') no-repeat;
} }
......
...@@ -9,6 +9,7 @@ const RENDER_TYPE = { ...@@ -9,6 +9,7 @@ const RENDER_TYPE = {
F: Symbol('F'), F: Symbol('F'),
G: Symbol('G'), G: Symbol('G'),
H: Symbol('H'), H: Symbol('H'),
I: Symbol('I')
}; };
let config = { let config = {
identifier: cube.identifier, identifier: cube.identifier,
...@@ -71,7 +72,16 @@ let config = { ...@@ -71,7 +72,16 @@ let config = {
note: ['jobstarttime', 'jobendtime'], note: ['jobstarttime', 'jobendtime'],
}, },
}, },
projectExpVOList: {
name: '项目经历',
type: RENDER_TYPE.I,
img: 'project_history',
list: {
title: 'projectName',
subTitle: ['roleName'],
note: ['startTime', 'endTime'],
}
},
mergeCheckResult:{ mergeCheckResult:{
name: '考核结果', name: '考核结果',
type: RENDER_TYPE.H, type: RENDER_TYPE.H,
...@@ -92,6 +102,7 @@ let config = { ...@@ -92,6 +102,7 @@ let config = {
} }
}, },
cadreEvaluationVoList: { cadreEvaluationVoList: {
name: '干部考核', name: '干部考核',
type: RENDER_TYPE.G, type: RENDER_TYPE.G,
......
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 sign in to comment