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
eef1442e
Commit
eef1442e
authored
Jul 13, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
40f95244
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
attendance-performance-manager-ui/admin/src/views/perform/rules/attend/components/AttendIndex.vue
...src/views/perform/rules/attend/components/AttendIndex.vue
+6
-1
attendance-performance-manager-ui/admin/src/views/perform/rules/attend/drawershow.vue
...er-ui/admin/src/views/perform/rules/attend/drawershow.vue
+1
-1
No files found.
attendance-performance-manager-ui/admin/src/views/perform/rules/attend/components/AttendIndex.vue
View file @
eef1442e
...
@@ -24,7 +24,12 @@
...
@@ -24,7 +24,12 @@
<h3>
规则管理
</h3>
<h3>
规则管理
</h3>
<div
class=
"search_box"
>
<div
class=
"search_box"
>
<div
class=
"left_search"
>
<div
class=
"left_search"
>
<el-button
type=
"primary"
style=
"margin:20px 0"
@
click=
"addRules"
>
<el-button
type=
"primary"
style=
"margin:20px 0"
@
click=
"addRules"
v-if=
"cateObj && cateObj.type"
>
+ 新增规则
</el-button
+ 新增规则
</el-button
>
>
<el-switch
<el-switch
...
...
attendance-performance-manager-ui/admin/src/views/perform/rules/attend/drawershow.vue
View file @
eef1442e
...
@@ -156,6 +156,7 @@ export default {
...
@@ -156,6 +156,7 @@ export default {
this
.
reset
();
this
.
reset
();
// this.urls.currUrl = "perform/rules/add";
// this.urls.currUrl = "perform/rules/add";
// this.getData();
// this.getData();
this
.
form
.
type
=
obj
.
type
;
this
.
dict
=
{
this
.
dict
=
{
subAddType
:
{
subAddType
:
{
"
1
"
:
"
增加
"
,
"
1
"
:
"
增加
"
,
...
@@ -222,7 +223,6 @@ export default {
...
@@ -222,7 +223,6 @@ export default {
assoOwner
:
""
,
assoOwner
:
""
,
ownerScore
:
0.0
,
ownerScore
:
0.0
,
remark
:
""
,
remark
:
""
,
type
:
""
,
};
};
this
.
resetForm
(
"
form
"
);
this
.
resetForm
(
"
form
"
);
},
},
...
...
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