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
62674d8b
Commit
62674d8b
authored
Mar 12, 2025
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改100条显示添加回到顶部
parent
8c92cddc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
src/views/Layout.vue
src/views/Layout.vue
+5
-0
src/views/window/perform/summary/list.vue
src/views/window/perform/summary/list.vue
+7
-1
No files found.
src/views/Layout.vue
View file @
62674d8b
...
@@ -12,6 +12,11 @@
...
@@ -12,6 +12,11 @@
<div
class=
"layout"
>
<div
class=
"layout"
>
<router-view
:class=
"
{ active: !isOpen }" />
<router-view
:class=
"
{ active: !isOpen }" />
</div>
</div>
<el-backtop
target=
".page-layout"
style=
"width: 60px; height: 60px"
v-if=
"$route.name == 'window/perform/summary/list'"
></el-backtop>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
src/views/window/perform/summary/list.vue
View file @
62674d8b
...
@@ -94,6 +94,7 @@
...
@@ -94,6 +94,7 @@
<el-button
@
click=
"cancleFresh"
>
取 消
</el-button>
<el-button
@
click=
"cancleFresh"
>
取 消
</el-button>
</div>
</div>
</el-dialog>
</el-dialog>
</div>
</div>
</
template
>
</
template
>
...
@@ -114,6 +115,7 @@ export default {
...
@@ -114,6 +115,7 @@ export default {
this
.
query
.
yearmonth
=
timestampToTime
(
new
Date
(),
2
);
this
.
query
.
yearmonth
=
timestampToTime
(
new
Date
(),
2
);
this
.
query
.
year
=
timestampToTime
(
new
Date
(),
2
).
substr
(
0
,
4
);
this
.
query
.
year
=
timestampToTime
(
new
Date
(),
2
).
substr
(
0
,
4
);
this
.
query
.
month
=
timestampToTime
(
new
Date
(),
2
).
substr
(
5
);
this
.
query
.
month
=
timestampToTime
(
new
Date
(),
2
).
substr
(
5
);
this
.
query
.
size
=
100
;
console
.
log
(
this
.
query
);
console
.
log
(
this
.
query
);
},
},
...
@@ -385,7 +387,11 @@ export default {
...
@@ -385,7 +387,11 @@ export default {
prop
:
"
sumScore
"
,
prop
:
"
sumScore
"
,
sortable
:
true
,
sortable
:
true
,
formatter
:
(
row
)
=>
{
formatter
:
(
row
)
=>
{
return
row
.
ckjsdf
+
row
.
zdrwdf
+
row
.
addTotalScore
;
return
(
<
span
style
=
{{
color
:
"
#1c75dd
"
,
fontWeight
:
"
600
"
}}
>
{
row
.
ckjsdf
+
row
.
zdrwdf
+
row
.
addTotalScore
}
<
/span
>
);
},
},
},
},
{
{
...
...
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