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
e3bd9fb5
Commit
e3bd9fb5
authored
Aug 18, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
170e9f01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
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/attendance/record/hik/list.vue
View file @
e3bd9fb5
...
...
@@ -28,14 +28,15 @@
@
click=
"lookexportHis"
>
导出记录
</el-button
>
<
!--
<
el-button
<el-button
type=
"primary"
size=
"mini"
slot=
"table-head-left2"
v-if=
"showBtn"
style=
"margin-left: 10px"
@
click=
"formatData"
>
生成打卡记录
</el-button
>
-->
>
</LayoutTable>
<dialog-show
ref=
"dialogform"
@
ok=
"getData"
/>
<el-dialog
...
...
@@ -134,7 +135,11 @@ export default {
dialogShow
,
},
mixins
:
[
table
],
created
()
{},
created
()
{
JSON
.
parse
(
sessionStorage
.
getItem
(
"
userData
"
)).
id
==
1
?
(
this
.
showBtn
=
true
)
:
(
this
.
showBtn
=
false
);
},
methods
:
{
// 生成打卡记录
formatData
()
{
...
...
@@ -258,6 +263,7 @@ export default {
},
data
()
{
return
{
showBtn
:
false
,
upload
:
{
headers
:
{
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