Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yindong-tongbai-automation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lichunliang
yindong-tongbai-automation
Commits
48a8c7c5
Commit
48a8c7c5
authored
2 weeks ago
by
forevertyler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:进出区域的历史数据
parent
b3d3f843
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
3 deletions
+35
-3
index.vue
src/views/personPos/areaHis/index.vue
+35
-3
No files found.
src/views/personPos/areaHis/index.vue
View file @
48a8c7c5
...
...
@@ -13,7 +13,7 @@
</el-form-item>
<el-form-item
label=
""
prop=
"areaType"
>
<el-select
v-model=
"queryParams.areaType"
placeholder=
"请选择区域"
clearable
>
<el-select
v-model=
"queryParams.areaType"
placeholder=
"请选择区域
类型
"
clearable
>
<el-option
v-for=
"dict in AreaTypeList"
:key=
"dict.value"
...
...
@@ -53,12 +53,12 @@
<el-table-column
label=
"区域名称"
align=
"center"
prop=
"areaName"
/>
<el-table-column
label=
"人员卡号"
align=
"center"
prop=
"cardNumber"
/>
<el-table-column
label=
"部门"
align=
"center"
prop=
"departName"
/>
<el-table-column
label=
"进入时间"
align=
"center"
prop=
"entryTime"
width=
"180"
>
<el-table-column
label=
"进入时间"
align=
"center"
prop=
"entryTime"
>
<template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
entryTime
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"离开时间"
align=
"center"
prop=
"leaveTime"
width=
"180"
>
<el-table-column
label=
"离开时间"
align=
"center"
prop=
"leaveTime"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
leaveTime
)
}}
</span>
</
template
>
...
...
@@ -270,3 +270,35 @@
}
};
</
script
>
<
style
media=
"print"
lang=
"scss"
>
@page
{
size
:
auto
;
margin
:
3mm
;
}
@media
print
{
html
{
background-color
:
#ffffff
;
height
:
auto
;
margin
:
0px
;
}
body
{
border
:
solid
1px
#ffffff
;
margin
:
10mm
15mm
10mm
15mm
;
}
#printArea
table
{
table-layout
:
auto
!
important
;
}
#printArea
.el-table__header-wrapper
.el-table__header
{
width
:
100%
!
important
;
border
:
solid
1px
#f2f2f2
;
}
#printArea
.el-table__body-wrapper
.el-table__body
{
width
:
100%
!
important
;
}
#printArea
#pagetable
table
{
table-layout
:
fixed
!
important
;
}
}
</
style
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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