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
8097e5a5
Commit
8097e5a5
authored
Jan 03, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推修改内页样式
parent
75fa2ab3
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
777 additions
and
289 deletions
+777
-289
attendance-performance-manager-ui/admin/src/components/FormField.vue
...performance-manager-ui/admin/src/components/FormField.vue
+1
-0
attendance-performance-manager-ui/admin/src/components/Table.vue
...nce-performance-manager-ui/admin/src/components/Table.vue
+4
-0
attendance-performance-manager-ui/admin/src/components/tools/TableButtons.vue
...ce-manager-ui/admin/src/components/tools/TableButtons.vue
+14
-0
attendance-performance-manager-ui/admin/src/views/attendance/group/groupTemplate.vue
...ger-ui/admin/src/views/attendance/group/groupTemplate.vue
+9
-3
attendance-performance-manager-ui/admin/src/views/attendance/stat/view.vue
...mance-manager-ui/admin/src/views/attendance/stat/view.vue
+299
-156
attendance-performance-manager-ui/admin/src/views/staff/drawershow copy.vue
...ance-manager-ui/admin/src/views/staff/drawershow copy.vue
+316
-0
attendance-performance-manager-ui/admin/src/views/staff/drawershow.vue
...rformance-manager-ui/admin/src/views/staff/drawershow.vue
+124
-130
attendance-performance-manager-ui/admin/src/views/staff/list.vue
...nce-performance-manager-ui/admin/src/views/staff/list.vue
+10
-0
No files found.
attendance-performance-manager-ui/admin/src/components/FormField.vue
View file @
8097e5a5
...
@@ -104,6 +104,7 @@
...
@@ -104,6 +104,7 @@
v-for=
"($label, $value) in enumData"
v-for=
"($label, $value) in enumData"
:key=
"$value"
:key=
"$value"
:label=
"$value"
:label=
"$value"
style=
"margin-bottom: 10px;"
>
{{
$label
}}
</el-radio
>
{{
$label
}}
</el-radio
>
>
</el-radio-group>
</el-radio-group>
...
...
attendance-performance-manager-ui/admin/src/components/Table.vue
View file @
8097e5a5
...
@@ -372,15 +372,19 @@ export default {
...
@@ -372,15 +372,19 @@ export default {
.table-head-left .buttons {
.table-head-left .buttons {
button + button {
button + button {
margin-left: 10px;
margin-left: 10px;
margin-bottom: 10px;
}
}
button + span {
button + span {
margin-left: 10px;
margin-left: 10px;
margin-bottom: 10px;
}
}
span + span {
span + span {
margin-left: 10px;
margin-left: 10px;
margin-bottom: 10px;
}
}
span + button {
span + button {
margin-left: 10px;
margin-left: 10px;
margin-bottom: 10px;
}
}
}
}
}
}
...
...
attendance-performance-manager-ui/admin/src/components/tools/TableButtons.vue
View file @
8097e5a5
...
@@ -10,6 +10,16 @@
...
@@ -10,6 +10,16 @@
style=
"margin-left: 0;margin-right: 5px"
style=
"margin-left: 0;margin-right: 5px"
>
编辑
</el-button
>
编辑
</el-button
>
>
<el-button
v-if=
"noAuth"
type=
"text"
icon=
"el-icon-edit"
size=
"mini"
@
click=
"$emit('edit', row)"
title=
"考核授权"
style=
"margin-left: 0;margin-right: 5px"
>
考核授权
</el-button
>
<el-button
<el-button
v-if=
"!noView"
v-if=
"!noView"
type=
"text"
type=
"text"
...
@@ -79,6 +89,10 @@ export default {
...
@@ -79,6 +89,10 @@ export default {
type
:
Boolean
,
type
:
Boolean
,
default
:
false
,
default
:
false
,
},
},
noAuth
:
{
type
:
Boolean
,
default
:
false
,
},
reCheck
:
{
reCheck
:
{
type
:
Boolean
,
type
:
Boolean
,
default
:
false
,
default
:
false
,
...
...
attendance-performance-manager-ui/admin/src/views/attendance/group/groupTemplate.vue
View file @
8097e5a5
<
template
>
<
template
>
<div
class=
"container"
v-if=
"open"
>
<div
class=
"container"
v-if=
"open"
>
<el-card
style=
"min-height:80vh;padding:
15
px"
>
<el-card
style=
"min-height:80vh;padding:
0 10
px"
>
<div
class=
"
flex flex_en
d"
>
<div
class=
"
hea
d"
>
<el-button
type=
"primary"
size=
"mini"
@
click=
"backTo"
<el-button
type=
"primary"
size=
"mini"
@
click=
"backTo"
>
返回上一级
</el-button
>
返回上一级
</el-button
>
>
...
@@ -1390,7 +1390,7 @@ export default {
...
@@ -1390,7 +1390,7 @@ export default {
},
},
};
};
</
script
>
</
script
>
<
style
lang=
"less"
>
<
style
lang=
"less"
scoped
>
.container {
.container {
font-size: 15px;
font-size: 15px;
}
}
...
@@ -1425,4 +1425,10 @@ export default {
...
@@ -1425,4 +1425,10 @@ export default {
color: #999;
color: #999;
font-size: 12px;
font-size: 12px;
}
}
.head {
position: absolute;
right: 45px;
z-index: 99;
}
</
style
>
</
style
>
attendance-performance-manager-ui/admin/src/views/attendance/stat/view.vue
View file @
8097e5a5
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/staff/drawershow copy.vue
0 → 100644
View file @
8097e5a5
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/staff/drawershow.vue
View file @
8097e5a5
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/staff/list.vue
View file @
8097e5a5
...
@@ -384,7 +384,17 @@ export default {
...
@@ -384,7 +384,17 @@ export default {
noEdit
noEdit
row
=
{
row
}
row
=
{
row
}
onView
=
{
this
.
toView
}
onView
=
{
this
.
toView
}
onEdit
=
{
this
.
toEdit
}
/
>
/
>
//
<
table
-
buttons
// noAdd
// noAuth
// noDel
// noEdit
// row={row}
// onView={this.toView}
// onEdit={this.toEdit}
// />
);
);
},
},
},
},
...
...
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