Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
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
fengzhaoyu
mingPayPc
Commits
9942e348
Commit
9942e348
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案修改
parent
3fcfdf21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
ConsumptionStatistics.vue
...ponents/pages/CanteenManagement/ConsumptionStatistics.vue
+8
-3
No files found.
src/components/pages/CanteenManagement/ConsumptionStatistics.vue
View file @
9942e348
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<a-button
type=
"primary"
@
click=
"getStatisticalProductPage"
>
查询
</a-button>
<a-button
type=
"primary"
@
click=
"getStatisticalProductPage"
>
查询
</a-button>
</div>
</div>
<div
class=
"title"
>
账单汇总
</div>
<div
class=
"title"
>
账单汇总
</div>
<a-table
:columns=
"columns"
:dataSource=
"dataSource"
rowKey=
"productId"
:pagination=
"pagination"
>
<a-table
:columns=
"columns"
:dataSource=
"dataSource"
rowKey=
"productId"
:pagination=
"pagination"
@
change=
"handleTableChange"
>
<span
slot=
"productIcon"
slot-scope=
"productIcon"
>
<span
slot=
"productIcon"
slot-scope=
"productIcon"
>
<img
style=
"width: 100px"
:src=
"productIcon"
alt=
""
/>
<img
style=
"width: 100px"
:src=
"productIcon"
alt=
""
/>
</span>
</span>
...
@@ -117,7 +117,7 @@ export default {
...
@@ -117,7 +117,7 @@ export default {
let
SubsidyListData
=
{
let
SubsidyListData
=
{
startTime
:
this
.
startTime
,
startTime
:
this
.
startTime
,
endTime
:
this
.
endTime
,
endTime
:
this
.
endTime
,
orgId
:
localStorage
.
getItem
(
'orgId'
),
orgId
:
'ding9ddd48137390507735c2f4657eb6378f'
,
//
localStorage.getItem('orgId'),
pageNumber
:
10
,
pageNumber
:
10
,
currentPage
:
this
.
pagination
.
current
currentPage
:
this
.
pagination
.
current
}
}
...
@@ -129,7 +129,12 @@ export default {
...
@@ -129,7 +129,12 @@ export default {
this
.
$message
.
error
(
res
.
data
.
message
)
this
.
$message
.
error
(
res
.
data
.
message
)
}
}
})
})
}
},
// 分页
handleTableChange
(
pagination
,
filters
,
sorter
)
{
this
.
pagination
.
current
=
pagination
.
current
this
.
getStatisticalProductPage
()
},
}
}
}
}
</
script
>
</
script
>
...
...
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