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
d994ba48
Commit
d994ba48
authored
Jul 15, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
91c48c0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/drawershow.vue
...r-ui/admin/src/views/perform/attend/appeal/drawershow.vue
+7
-2
attendance-performance-manager-ui/admin/src/views/staff/perform/summary/list.vue
...manager-ui/admin/src/views/staff/perform/summary/list.vue
+5
-1
No files found.
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/drawershow.vue
View file @
d994ba48
...
@@ -55,12 +55,16 @@
...
@@ -55,12 +55,16 @@
}}
</el-col
}}
</el-col
>
>
<el-col
:span=
"5"
<el-col
:span=
"5"
>
加分/扣分方式:
{{
form
.
subMethod
?
form
.
subMethod
:
"
--
"
}}
</el-col
>
加分/扣分方式:
{{
form
.
subMethod
?
form
.
subMethod
:
"
--
"
}}
</el-col
>
>
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"8"
<el-col
:span=
"8"
>
加分/扣分时间:
{{
form
.
deductTime
?
form
.
deductTime
:
"
--
"
}}
</el-col
>
加分/扣分时间:
{{
form
.
deductTime
?
form
.
deductTime
:
"
--
"
}}
</el-col
>
>
<el-col
:span=
"8"
<el-col
:span=
"8"
>
加分/扣分人员:
{{
>
加分/扣分人员:
{{
...
@@ -602,6 +606,7 @@ export default {
...
@@ -602,6 +606,7 @@ export default {
:
""
;
:
""
;
}
}
this
.
form
.
appealResult
=
""
;
this
.
form
.
appealResult
=
""
;
this
.
form
.
processStatus
=
2
;
this
.
form
.
remark
=
""
;
this
.
form
.
remark
=
""
;
this
.
open
=
true
;
this
.
open
=
true
;
});
});
...
...
attendance-performance-manager-ui/admin/src/views/staff/perform/summary/list.vue
View file @
d994ba48
...
@@ -41,18 +41,22 @@ export default {
...
@@ -41,18 +41,22 @@ export default {
name
:
"
createTimeStart
"
,
name
:
"
createTimeStart
"
,
type
:
"
date
"
,
type
:
"
date
"
,
label
:
"
月份
"
,
label
:
"
月份
"
,
fuzzy
:
false
,
},
},
{
{
name
:
"
deptId
"
,
name
:
"
deptId
"
,
type
:
"
select
"
,
type
:
"
select
"
,
label
:
"
所属部门
"
,
label
:
"
全部部门
"
,
fuzzy
:
false
,
},
},
{
{
name
:
"
staffName
"
,
name
:
"
staffName
"
,
type
:
"
text
"
,
type
:
"
text
"
,
label
:
"
员工姓名
"
,
label
:
"
员工姓名
"
,
fuzzy
:
false
,
},
},
],
],
columns
:
[
columns
:
[
...
...
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