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
82cf6ae6
Commit
82cf6ae6
authored
Jul 23, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
958ccc1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
src/views/staff/perform/summary/dialogshow.vue
src/views/staff/perform/summary/dialogshow.vue
+10
-8
No files found.
src/views/staff/perform/summary/dialogshow.vue
View file @
82cf6ae6
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<div
class=
"n"
style=
"margin-top: 10px;color: #409eff;"
>
<div
class=
"n"
style=
"margin-top: 10px;color: #409eff;"
>
{{
form
.
totalScore
}}
{{
form
.
totalScore
}}
</div>
</div>
<div
class=
"m"
>
{{
form
.
month
}}
月得分
</div>
<div
class=
"m"
>
{{
form
.
month
}}
月
绩效
得分
</div>
<div
class=
"m"
style=
"color: #aaa;"
>
<div
class=
"m"
style=
"color: #aaa;"
>
绩效分数更新时间:
{{
momentVal
(
form
.
updateTime
)
}}
绩效分数更新时间:
{{
momentVal
(
form
.
updateTime
)
}}
</div>
</div>
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<div
class=
"dialog_box"
v-else
style=
"margin-top: 20px;"
>
<div
class=
"dialog_box"
v-else
style=
"margin-top: 20px;"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-row
v-if=
"form.label == '备注1'"
>
<el-row
v-if=
"form.label == '备注1'"
>
<el-col
:span=
"2"
>
<el-col
:span=
"2"
style=
"width: 5.3333%;"
>
<div
style=
"text-align: right;"
>
备注:
</div></el-col
<div
style=
"text-align: right;"
>
备注:
</div></el-col
>
>
<el-col
:span=
"22"
>
<el-col
:span=
"22"
>
...
@@ -97,9 +97,7 @@
...
@@ -97,9 +97,7 @@
</el-row>
</el-row>
<el-row
v-if=
"form.label == '备注2'"
>
<el-row
v-if=
"form.label == '备注2'"
>
<el-col
:span=
"2"
>
<el-col
:span=
"2"
style=
"width: 5.3333%;"
>
<div>
备注:
</div></el-col>
<div
style=
"text-align: right;"
>
备注:
</div></el-col
>
<el-col
:span=
"22"
>
<el-col
:span=
"22"
>
<template
v-if=
"typeof form.remarkAdd != 'string'"
>
<template
v-if=
"typeof form.remarkAdd != 'string'"
>
<div
<div
...
@@ -154,10 +152,14 @@
...
@@ -154,10 +152,14 @@
style=
"display: flex;align-items: center;"
style=
"display: flex;align-items: center;"
>
>
<el-col
:span=
"20"
>
<el-col
:span=
"20"
>
<el-col
:span=
"6"
v-if=
"form.label == '备注2'"
>
<el-col
:span=
"4"
style=
"width: 15.7%;"
v-if=
"form.label == '备注2'"
>
<div
style=
"text-align: right;"
>
当前累计加分:
</div></el-col
<div>
当前累计加分:
</div></el-col
>
<el-col
:span=
"1"
v-if=
"form.label == '备注2'"
style=
"text-align: left;"
>
>
<el-col
:span=
"1"
v-if=
"form.label == '备注2'"
>
<span
style=
"color:#F56C6C;font-weight: 600;"
>
<span
style=
"color:#F56C6C;font-weight: 600;"
>
{{ form.addTotalScore ? form.addTotalScore : 0 }}
{{ form.addTotalScore ? form.addTotalScore : 0 }}
</span>
</span>
...
...
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