Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
王涛
3 years ago
Commit
c20a637db8b885063792a8b59671efbc12b7ef37
2 parents
9e9a0b3f
47953196
Merge branch 'master-V32-XuHaoJie' into 'master'
杭州-乙方运维-用户名转义 See merge request
!330
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/operationMaintenance/pjt/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/operationMaintenance/pjt/index.js
View file @
c20a637
...
...
@@ -43,7 +43,7 @@ export default {
label
:
'得分'
,
sortable
:
true
,
},{
prop
:
'
rater
'
,
prop
:
'
nickname
'
,
label
:
'打分人'
,
sortable
:
true
,
},{
...
...
@@ -124,6 +124,7 @@ export default {
item
:
item
.
item
,
projectScoreId
:
item
.
projectScoreId
,
rater
:
item
.
rater
,
nickname
:
item
.
nickname
,
remark
:
item
.
remark
+
''
,
score
:
item
.
score
+
''
,
standardScore
:
item
.
standardScore
+
''
...
...
Please
register
or
login
to post a comment