Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
高东东-金蝶建发
/
jf-yzj-resume
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
434301e0
authored
Sep 24, 2025
by
钟乾明
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
u: 新增考核结果卡片
parent
a189bf53
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
14 deletions
src/config/common.js
src/config/prod.js
src/config/test.js
src/js/index.js
src/config/common.js
View file @
434301e0
...
...
@@ -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
:
'干部考核'
,
...
...
src/config/prod.js
View file @
434301e0
...
...
@@ -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', // 测试
}
;
...
...
src/config/test.js
View file @
434301e0
...
...
@@ -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/'
,
};
...
...
src/js/index.js
View file @
434301e0
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