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
19116c2b
Commit
19116c2b
authored
Feb 21, 2025
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:优化绩效管理弹窗展示
parent
7e70d126
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/views/staff/perform/summary/dialogshow.vue
src/views/staff/perform/summary/dialogshow.vue
+2
-1
src/views/staff/perform/summary/list.vue
src/views/staff/perform/summary/list.vue
+0
-1
No files found.
src/views/staff/perform/summary/dialogshow.vue
View file @
19116c2b
...
@@ -304,6 +304,7 @@ export default {
...
@@ -304,6 +304,7 @@ export default {
//deductTime申诉时间 checkTime 核查时间 ruleName规则checkType字典 subAddType:1增加2减score
//deductTime申诉时间 checkTime 核查时间 ruleName规则checkType字典 subAddType:1增加2减score
this
.
list
=
row
;
this
.
list
=
row
;
this
.
dict
=
dict
;
this
.
dict
=
dict
;
this
.
open
=
true
;
}
}
});
});
},
},
...
@@ -381,7 +382,7 @@ export default {
...
@@ -381,7 +382,7 @@ export default {
},
},
/**获取数据后弹框 */
/**获取数据后弹框 */
afterRender
(
data
)
{
afterRender
(
data
)
{
this
.
open
=
true
;
this
.
pageInfo
.
type
!=
"
view
"
?
(
this
.
open
=
true
)
:
""
;
},
},
afterSubmit
(
data
)
{
afterSubmit
(
data
)
{
...
...
src/views/staff/perform/summary/list.vue
View file @
19116c2b
...
@@ -107,7 +107,6 @@ export default {
...
@@ -107,7 +107,6 @@ export default {
},
},
mixins
:
[
table
],
mixins
:
[
table
],
created
()
{
created
()
{
console
.
log
();
},
},
methods
:
{
methods
:
{
...
...
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