Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
419c43d3
Commit
419c43d3
authored
Jan 08, 2021
by
rencs
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-td' into 'master-td'
Dev td See merge request
!6
parents
1d92f1fc
c142bf28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
index.vue
src/views/order/activityOrder/index.vue
+5
-2
No files found.
src/views/order/activityOrder/index.vue
View file @
419c43d3
...
@@ -108,8 +108,8 @@
...
@@ -108,8 +108,8 @@
>
>
</div>
</div>
<div
style=
"width: 100%; text-align: right; margin-bottom: 10px"
>
<div
style=
"width: 100%; text-align: right; margin-bottom: 10px"
>
<el-tag>
支付总金额:
{{
totalobj
.
totalAmount
}}
</el-tag>
<el-tag>
总数:
{{
totalobj
.
number
}}
</el-tag>
<el-tag>
总数:
{{
totalobj
.
number
}}
</el-tag>
<el-tag>
总金额:
{{
totalobj
.
totalAmount
}}
</el-tag>
<el-tag>
总佣金:
{{
totalobj
.
totalComissonAmount
}}
</el-tag>
<el-tag>
总佣金:
{{
totalobj
.
totalComissonAmount
}}
</el-tag>
</div>
</div>
...
@@ -305,6 +305,7 @@ export default {
...
@@ -305,6 +305,7 @@ export default {
handleFilter
()
{
handleFilter
()
{
this
.
listQuery
.
page
=
1
;
this
.
listQuery
.
page
=
1
;
this
.
getList
();
this
.
getList
();
this
.
getTotalMount
();
},
},
clearSearch
()
{
clearSearch
()
{
this
.
listQuery
=
{
this
.
listQuery
=
{
...
@@ -320,9 +321,11 @@ export default {
...
@@ -320,9 +321,11 @@ export default {
leaderPhone
:
undefined
,
leaderPhone
:
undefined
,
};
};
this
.
getList
();
this
.
getList
();
this
.
getTotalMount
();
},
},
getTotalMount
()
{
getTotalMount
()
{
activeAmountTotal
().
then
((
res
)
=>
{
this
.
listQuery
.
status
=
6
;
activeAmountTotal
(
this
.
listQuery
).
then
((
res
)
=>
{
if
(
res
.
status
==
200
)
{
if
(
res
.
status
==
200
)
{
this
.
totalobj
=
res
.
data
;
this
.
totalobj
=
res
.
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