Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zentao-view
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
zentao
zentao-view
Commits
c3926e28
Commit
c3926e28
authored
Mar 11, 2021
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加工作日日报报表
parent
0df0da92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
StaffDailyReportList.vue
src/views/staffDailyReport/StaffDailyReportList.vue
+1
-5
No files found.
src/views/staffDailyReport/StaffDailyReportList.vue
View file @
c3926e28
...
@@ -58,7 +58,6 @@ export default {
...
@@ -58,7 +58,6 @@ export default {
name
:
'StaffDailyReportList'
,
name
:
'StaffDailyReportList'
,
data
()
{
data
()
{
return
{
return
{
isFirstLoad
:
true
,
query
:
{
query
:
{
date
:
moment
()
date
:
moment
()
},
},
...
@@ -66,9 +65,7 @@ export default {
...
@@ -66,9 +65,7 @@ export default {
loading
:
false
,
loading
:
false
,
columns
:
columns
,
columns
:
columns
,
tableHeight
:
document
.
documentElement
.
clientHeight
-
210
,
tableHeight
:
document
.
documentElement
.
clientHeight
-
210
,
dataSource
:
[],
dataSource
:
[]
selectedRowKeys
:
[],
selectedRows
:
[],
}
}
},
},
methods
:
{
methods
:
{
...
@@ -82,7 +79,6 @@ export default {
...
@@ -82,7 +79,6 @@ export default {
loadData
()
{
loadData
()
{
getStaffDailyReport
({
date
:
this
.
query
.
date
.
format
(
"YYYY-MM-DD"
)}).
then
(
resp
=>
{
getStaffDailyReport
({
date
:
this
.
query
.
date
.
format
(
"YYYY-MM-DD"
)}).
then
(
resp
=>
{
if
(
resp
&&
resp
.
code
==
SYS_CONST
.
REQUEST
.
SUCCEED
)
{
if
(
resp
&&
resp
.
code
==
SYS_CONST
.
REQUEST
.
SUCCEED
)
{
console
.
log
(
resp
.
data
)
this
.
dataSource
=
resp
.
data
;
this
.
dataSource
=
resp
.
data
;
}
}
})
})
...
...
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