Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
828eed52
Commit
828eed52
authored
May 18, 2022
by
1391696987
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
科室标签修改名字
parent
1ad87642
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
performance/Performance.Services/ComputeConfig.cs
+1
-0
performance/Performance.Services/ReportGlobalService.cs
+2
-2
No files found.
performance/Performance.Services/ComputeConfig.cs
View file @
828eed52
...
...
@@ -172,6 +172,7 @@ public static List<cof_alias> GetAllPersonnelTags(bool ownerQuery)
new
cof_alias
{
Alias
=
"备用09"
,
Name
=
nameof
(
per_employee
.
Reserve09
),
States
=
0
,
SumStatus
=
0
,
Sort
=
20
},
new
cof_alias
{
Alias
=
"备用10"
,
Name
=
nameof
(
per_employee
.
Reserve10
),
States
=
0
,
SumStatus
=
0
,
Sort
=
20
},
new
cof_alias
{
Alias
=
"核算组别"
,
Name
=
nameof
(
report_performance_person_tags
.
UnitType
),
States
=
1
,
SumStatus
=
0
,
Sort
=
99
},
new
cof_alias
{
Alias
=
"绩效发放情况"
,
Name
=
nameof
(
report_performance_person_tags
.
Tag1
),
States
=
1
,
SumStatus
=
0
,
Sort
=
100
},
new
cof_alias
{
Alias
=
"当月绩效权重"
,
Name
=
nameof
(
report_performance_person_tags
.
Tag2
),
States
=
1
,
SumStatus
=
0
,
Sort
=
101
},
new
cof_alias
{
Alias
=
"重点群体对比1"
,
Name
=
nameof
(
report_performance_person_tags
.
Tag3
),
States
=
1
,
SumStatus
=
0
,
Sort
=
102
},
...
...
performance/Performance.Services/ReportGlobalService.cs
View file @
828eed52
...
...
@@ -809,8 +809,8 @@ public void SaveReportTag(int hospitalId, SaveCollectData request)
public
static
Dictionary
<
string
,
string
>
ReportTag
{
get
;
}
=
new
Dictionary
<
string
,
string
>
{
{
nameof
(
report_performance_tags
.
UnitType
),
"核算
单元类型
"
},
{
nameof
(
report_performance_tags
.
AccountingUnit
),
"
科室
"
},
{
nameof
(
report_performance_tags
.
UnitType
),
"核算
组别
"
},
{
nameof
(
report_performance_tags
.
AccountingUnit
),
"
核算单元
"
},
{
nameof
(
report_performance_tags
.
Tag1
),
"绩效发放情况"
},
{
nameof
(
report_performance_tags
.
Tag2
),
"当月绩效权重"
},
{
nameof
(
report_performance_tags
.
Tag3
),
"重点群体对比1"
},
...
...
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