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
e4afdab9
Commit
e4afdab9
authored
Jul 19, 2023
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认展开部门
parent
b9b31637
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
attendance-performance-manager-ui/admin/src/views/attendance/class/dialogshow.vue
...anager-ui/admin/src/views/attendance/class/dialogshow.vue
+0
-1
attendance-performance-manager-ui/admin/src/views/staff/list.vue
...nce-performance-manager-ui/admin/src/views/staff/list.vue
+4
-3
No files found.
attendance-performance-manager-ui/admin/src/views/attendance/class/dialogshow.vue
View file @
e4afdab9
...
...
@@ -239,7 +239,6 @@
return
}
if
(
arr
.
length
>
1
&&
index
>
0
){
console
.
log
(
11111
)
// 上一次比较
let
lastoffTime
=
transFormMinut
(
arr
[
index
-
1
].
offWorkDate
)
+
transFormMinut
(
arr
[
index
-
1
].
offWorkDateAfter
)
...
...
attendance-performance-manager-ui/admin/src/views/staff/list.vue
View file @
e4afdab9
...
...
@@ -52,6 +52,7 @@
:expand-on-click-node=
"false"
:render-content=
"renderContent"
@
node-click=
"handleNodeClick"
:default-expand-all=
"true"
>
</el-tree>
</el-scrollbar>
...
...
@@ -151,13 +152,13 @@
<!-- 花名册记录查看 -->
<el-drawer
title=
"历史花名册"
:visible.sync=
"drawerhistory"
direction=
"rtl"
>
<div
class=
"hisList"
>
<div
class=
"list mt10"
v-for=
"item in 1
0
"
:key=
"item"
>
<div
class=
"list mt10"
v-for=
"item in 1"
:key=
"item"
>
<div
class=
"flex flex-align-center flex-pack-justify"
>
<div>
花名册记录
</div>
<
el-button
type=
"text"
>
查看
</el-button
>
<
!--
<el-button
type=
"text"
>
查看
</el-button>
--
>
</div>
<div
class=
"times"
>
导出时间:202
0-08-13
导出时间:202
3-07-19
</div>
</div>
</div>
...
...
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