Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-manager-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-manager-ui
Commits
b434473c
Commit
b434473c
authored
Apr 03, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
a1724239
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
9 deletions
+17
-9
src/views/staff/perform/summary/list.vue
src/views/staff/perform/summary/list.vue
+17
-9
No files found.
src/views/staff/perform/summary/list.vue
View file @
b434473c
...
@@ -383,40 +383,48 @@ export default {
...
@@ -383,40 +383,48 @@ export default {
{
{
label
:
`综合管理`
,
label
:
`综合管理`
,
prop
:
"
other
Score
"
,
prop
:
"
complain
Score
"
,
width
:
150
,
width
:
150
,
formatter
:
(
row
)
=>
{
formatter
:
(
row
)
=>
{
return
(
return
(
row
.
other
Score
-
this
.
tableData
.
dict
.
weightPdu
.
selfWeight
row
.
complain
Score
-
this
.
tableData
.
dict
.
weightPdu
.
selfWeight
).
toFixed
(
2
)
<
0
?
(
).
toFixed
(
2
)
<
0
?
(
<
span
style
=
"
color:red
"
>
<
span
style
=
"
color:red
"
>
{
row
.
other
Score
+
{
row
.
complain
Score
+
"
(
"
+
"
(
"
+
(
(
row
.
otherScore
-
this
.
tableData
.
dict
.
weightPdu
.
selfWeight
row
.
complainScore
-
this
.
tableData
.
dict
.
weightPdu
.
selfWeight
).
toFixed
(
2
)
+
).
toFixed
(
2
)
+
"
)
"
}
"
)
"
}
<
/span
>
<
/span
>
)
:
(
)
:
(
row
.
other
Score
-
this
.
tableData
.
dict
.
weightPdu
.
selfWeight
row
.
complain
Score
-
this
.
tableData
.
dict
.
weightPdu
.
selfWeight
).
toFixed
(
2
)
>
0
?
(
).
toFixed
(
2
)
>
0
?
(
<
span
>
<
span
>
{
row
.
other
Score
+
{
row
.
complain
Score
+
"
(
"
+
"
(
"
+
"
+
"
+
"
+
"
+
(
(
row
.
otherScore
-
this
.
tableData
.
dict
.
weightPdu
.
selfWeight
row
.
complainScore
-
this
.
tableData
.
dict
.
weightPdu
.
selfWeight
).
toFixed
(
2
)
+
).
toFixed
(
2
)
+
"
)
"
}
"
)
"
}
<
/span
>
<
/span
>
)
:
(
)
:
(
row
.
other
Score
+
row
.
complain
Score
+
`(
${(
`(
${(
row
.
other
Score
-
this
.
tableData
.
dict
.
weightPdu
.
selfWeight
row
.
complain
Score
-
this
.
tableData
.
dict
.
weightPdu
.
selfWeight
).
toFixed
(
2
)}
)`
).
toFixed
(
2
)}
)`
);
);
},
},
},
},
{
label
:
`加分`
,
prop
:
"
otherScore
"
,
width
:
150
,
formatter
:
this
.
formatter
,
},
// {
// {
// label: "累计异常分数",
// label: "累计异常分数",
...
...
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