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-platform
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-platform
Commits
d67f7622
Commit
d67f7622
authored
Jul 15, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
1ee96ac7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
102 additions
and
6 deletions
+102
-6
attendance-performance-manager-ui/admin/src/views/check/attend/record/list.vue
...e-manager-ui/admin/src/views/check/attend/record/list.vue
+17
-1
attendance-performance-manager-ui/admin/src/views/check/complain/record/list.vue
...manager-ui/admin/src/views/check/complain/record/list.vue
+17
-1
attendance-performance-manager-ui/admin/src/views/check/effect/record/list.vue
...e-manager-ui/admin/src/views/check/effect/record/list.vue
+17
-1
attendance-performance-manager-ui/admin/src/views/check/gowork/record/list.vue
...e-manager-ui/admin/src/views/check/gowork/record/list.vue
+17
-1
attendance-performance-manager-ui/admin/src/views/check/other/record/list.vue
...ce-manager-ui/admin/src/views/check/other/record/list.vue
+17
-1
attendance-performance-manager-ui/admin/src/views/check/review/record/list.vue
...e-manager-ui/admin/src/views/check/review/record/list.vue
+17
-1
No files found.
attendance-performance-manager-ui/admin/src/views/check/attend/record/list.vue
View file @
d67f7622
...
...
@@ -218,7 +218,11 @@ export default {
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
,
},
{
label
:
"
加分/扣分时间
"
,
...
...
@@ -228,6 +232,18 @@ export default {
{
label
:
"
加分/扣分人员
"
,
prop
:
"
deductPerson
"
},
{
label
:
"
核查结果
"
,
prop
:
"
checkResult
"
,
formatter
:
this
.
formatter
},
{
label
:
"
说明
"
,
prop
:
"
checkDesc
"
},
{
label
:
"
核查人员
"
,
prop
:
"
checkPerson
"
},
{
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
formatter
:
this
.
formatterDate
,
},
{
label
:
"
分值
"
,
prop
:
"
score
"
,
formatter
:
this
.
formatter
},
{
...
...
attendance-performance-manager-ui/admin/src/views/check/complain/record/list.vue
View file @
d67f7622
...
...
@@ -225,7 +225,11 @@ export default {
{
label
:
"
绩效规则
"
,
prop
:
"
ruleNme
"
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
,
},
{
label
:
"
加分/扣分时间
"
,
...
...
@@ -235,6 +239,18 @@ export default {
{
label
:
"
加分/扣分人员
"
,
prop
:
"
deductPerson
"
},
{
label
:
"
核查结果
"
,
prop
:
"
checkResult
"
,
formatter
:
this
.
formatter
},
{
label
:
"
说明
"
,
prop
:
"
checkDesc
"
},
{
label
:
"
核查人员
"
,
prop
:
"
checkPerson
"
},
{
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
formatter
:
this
.
formatterDate
,
},
{
label
:
"
分值
"
,
prop
:
"
score
"
,
formatter
:
this
.
formatter
},
{
...
...
attendance-performance-manager-ui/admin/src/views/check/effect/record/list.vue
View file @
d67f7622
...
...
@@ -225,7 +225,11 @@ export default {
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
,
},
{
label
:
"
加分/扣分时间
"
,
...
...
@@ -235,6 +239,18 @@ export default {
{
label
:
"
加分/扣分人员
"
,
prop
:
"
deductPerson
"
},
{
label
:
"
核查结果
"
,
prop
:
"
checkResult
"
,
formatter
:
this
.
formatter
},
{
label
:
"
说明
"
,
prop
:
"
checkDesc
"
},
{
label
:
"
核查人员
"
,
prop
:
"
checkPerson
"
},
{
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
formatter
:
this
.
formatterDate
,
},
{
label
:
"
分值
"
,
prop
:
"
score
"
,
formatter
:
this
.
formatter
},
{
...
...
attendance-performance-manager-ui/admin/src/views/check/gowork/record/list.vue
View file @
d67f7622
...
...
@@ -213,7 +213,11 @@ export default {
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
,
},
{
label
:
"
加分/扣分时间
"
,
...
...
@@ -223,6 +227,18 @@ export default {
{
label
:
"
加分/扣分人员
"
,
prop
:
"
deductPerson
"
},
{
label
:
"
核查结果
"
,
prop
:
"
checkResult
"
,
formatter
:
this
.
formatter
},
{
label
:
"
说明
"
,
prop
:
"
checkDesc
"
},
{
label
:
"
核查人员
"
,
prop
:
"
checkPerson
"
},
{
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
formatter
:
this
.
formatterDate
,
},
{
label
:
"
分值
"
,
prop
:
"
score
"
,
formatter
:
this
.
formatter
},
{
...
...
attendance-performance-manager-ui/admin/src/views/check/other/record/list.vue
View file @
d67f7622
...
...
@@ -221,7 +221,11 @@ export default {
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
,
},
{
label
:
"
加分/扣分时间
"
,
...
...
@@ -231,6 +235,18 @@ export default {
{
label
:
"
加分/扣分人员
"
,
prop
:
"
deductPerson
"
},
{
label
:
"
核查结果
"
,
prop
:
"
checkResult
"
,
formatter
:
this
.
formatter
},
{
label
:
"
说明
"
,
prop
:
"
checkDesc
"
},
{
label
:
"
核查人员
"
,
prop
:
"
checkPerson
"
},
{
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
formatter
:
this
.
formatterDate
,
},
{
label
:
"
分值
"
,
prop
:
"
score
"
,
formatter
:
this
.
formatter
},
{
...
...
attendance-performance-manager-ui/admin/src/views/check/review/record/list.vue
View file @
d67f7622
...
...
@@ -222,7 +222,11 @@ export default {
{
label
:
"
绩效规则
"
,
prop
:
"
ruleNme
"
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
},
{
label
:
"
加分/扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
,
},
{
label
:
"
加分/扣分时间
"
,
...
...
@@ -232,6 +236,18 @@ export default {
{
label
:
"
加分/扣分人员
"
,
prop
:
"
deductPerson
"
},
{
label
:
"
核查结果
"
,
prop
:
"
checkResult
"
,
formatter
:
this
.
formatter
},
{
label
:
"
说明
"
,
prop
:
"
checkDesc
"
},
{
label
:
"
核查人员
"
,
prop
:
"
checkPerson
"
},
{
label
:
"
核查时间
"
,
prop
:
"
checkTime
"
,
formatter
:
this
.
formatterDate
,
},
{
label
:
"
分值
"
,
prop
:
"
score
"
,
formatter
:
this
.
formatter
},
{
...
...
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