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
0a9c0305
Commit
0a9c0305
authored
Aug 21, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
c4080605
e3bd9fb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
attendance-performance-manager-ui/admin/src/views/Home.vue
attendance-performance-manager-ui/admin/src/views/Home.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/attendance/record/hik/list.vue
...manager-ui/admin/src/views/attendance/record/hik/list.vue
+9
-3
No files found.
attendance-performance-manager-ui/admin/src/views/Home.vue
View file @
0a9c0305
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<div>
{{
homeStat
.
totalPersonNum
}}
</div>
<div>
{{
homeStat
.
totalPersonNum
}}
</div>
</div>
</div>
<div
class=
"item"
>
<div
class=
"item"
>
<div>
部门
人数
</div>
<div>
部门
数量
</div>
<div>
{{
homeStat
.
totalDeptNum
}}
</div>
<div>
{{
homeStat
.
totalDeptNum
}}
</div>
</div>
</div>
</div>
</div>
...
...
attendance-performance-manager-ui/admin/src/views/attendance/record/hik/list.vue
View file @
0a9c0305
...
@@ -28,14 +28,15 @@
...
@@ -28,14 +28,15 @@
@
click=
"lookexportHis"
@
click=
"lookexportHis"
>
导出记录
</el-button
>
导出记录
</el-button
>
>
<
!--
<
el-button
<el-button
type=
"primary"
type=
"primary"
size=
"mini"
size=
"mini"
slot=
"table-head-left2"
slot=
"table-head-left2"
v-if=
"showBtn"
style=
"margin-left: 10px"
style=
"margin-left: 10px"
@
click=
"formatData"
@
click=
"formatData"
>
生成打卡记录
</el-button
>
生成打卡记录
</el-button
>
-->
>
</LayoutTable>
</LayoutTable>
<dialog-show
ref=
"dialogform"
@
ok=
"getData"
/>
<dialog-show
ref=
"dialogform"
@
ok=
"getData"
/>
<el-dialog
<el-dialog
...
@@ -134,7 +135,11 @@ export default {
...
@@ -134,7 +135,11 @@ export default {
dialogShow
,
dialogShow
,
},
},
mixins
:
[
table
],
mixins
:
[
table
],
created
()
{},
created
()
{
JSON
.
parse
(
sessionStorage
.
getItem
(
"
userData
"
)).
id
==
1
?
(
this
.
showBtn
=
true
)
:
(
this
.
showBtn
=
false
);
},
methods
:
{
methods
:
{
// 生成打卡记录
// 生成打卡记录
formatData
()
{
formatData
()
{
...
@@ -258,6 +263,7 @@ export default {
...
@@ -258,6 +263,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
showBtn
:
false
,
upload
:
{
upload
:
{
headers
:
{
headers
:
{
Authorization
:
window
.
sessionStorage
.
getItem
(
"
token
"
)
||
""
,
Authorization
:
window
.
sessionStorage
.
getItem
(
"
token
"
)
||
""
,
...
...
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