Commit 434301e0 by 钟乾明

u: 新增考核结果卡片

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