Commit 434301e0 by 钟乾明

u: 新增考核结果卡片

parent a189bf53
...@@ -71,16 +71,26 @@ let config = { ...@@ -71,16 +71,26 @@ let config = {
note: ['jobstarttime', 'jobendtime'], note: ['jobstarttime', 'jobendtime'],
}, },
}, },
mVoList: {
name: '干部考核', mergeCheckResult:{
type: RENDER_TYPE.G, name: '考核结果',
img: 'cadre', type: RENDER_TYPE.H,
list: { img: 'assess_new',//标题图标
list:{
cadreEvaluationVoListConfig:{
title: 'year', title: 'year',
note: 'result', note: 'result',
chilkey: ['attachmentName', 'attachmentFile'], chilkey: ['attachmentName', 'attachmentFile'],
children: 'attachmentArray', children: 'attachmentArray',
}, },
assessVoListConfig:{
title: 'assyear',
note: 'assgrade',
chilkey: ['month', 'assgrade'],//根据原始数据自定义字段
children: 'months',//
}
}
}, },
cadreEvaluationVoList: { cadreEvaluationVoList: {
name: '干部考核', name: '干部考核',
......
...@@ -8,9 +8,6 @@ const config = { ...@@ -8,9 +8,6 @@ const config = {
//区分测试环境和正式环境 //区分测试环境和正式环境
baseUrl: isProduct ? 'https://portal.cndrealty.com/' : 'https://staging.jffctest.com/', baseUrl: isProduct ? 'https://portal.cndrealty.com/' : 'https://staging.jffctest.com/',
appkey: isProduct ? '781d2ec4' : 'd504275e', // 正式 appkey: isProduct ? '781d2ec4' : 'd504275e', // 正式
// baseUrl: 'https://mxytest.cndrealty.com:4433/', //测试
// appkey: 'd504275e', // 测试
} }
; ;
......
...@@ -62,7 +62,7 @@ const config = { ...@@ -62,7 +62,7 @@ const config = {
loginuserid: '46000011', loginuserid: '46000011',
appkey: 'd504275e', appkey: 'd504275e',
uid: 'hqhuang@cndrealty.com', uid: 'hqhuang@cndrealty.com',
token:'yzj_199aa82fe0a735a740f446f4d1929e03', token:'yzj_01d213c5453c8b0605811adebdf57836',
baseUrl: 'https://staging.jffctest.com/', baseUrl: 'https://staging.jffctest.com/',
}; };
......
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