Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
9d406eb4
Commit
9d406eb4
authored
Aug 18, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
48b78011
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
fxOrderProfitLossList.vue
...ents/FinancialModule/ReportForm/fxOrderProfitLossList.vue
+5
-5
No files found.
src/components/FinancialModule/ReportForm/fxOrderProfitLossList.vue
View file @
9d406eb4
...
...
@@ -133,17 +133,17 @@
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:total=
"count"
>
</el-pagination>
<el-dialog
title=
"查看返佣"
:visible
.
sync=
"czjfDig"
width=
"
8
00px"
>
<el-dialog
title=
"查看返佣"
:visible
.
sync=
"czjfDig"
width=
"
9
00px"
>
<div
class=
"diaBox"
style=
""
>
<div>
<div
v-if=
"itemData.LiveCommission>0"
>
<span>
直播总人数:{{itemData.LivePeopleNum}}人
</span>
<span
style=
"margin-left: 30px"
v-if=
"itemData.LiveCommission>0"
>
直播总佣金:{{itemData.LiveCommission}}元
</span>
<span
style=
"margin-left: 30px"
>
直播总佣金:{{itemData.LiveCommission}}元
</span>
</div>
<div
class=
"diaBox"
style=
'margin-top:15px'
>
<el-table
border
:data=
"CommissionList"
style=
"width:
7
00px"
>
style=
"width:
8
00px"
>
<el-table-column
prop=
"Commission"
label=
"返佣类型"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.CommissionType==1"
>
订单返佣:
{{
scope
.
row
.
Commission
}}
</span>
...
...
@@ -155,7 +155,7 @@
<el-table-column
prop=
"UserName"
label=
"昵称"
width=
"180"
>
>
</el-table-column>
<el-table-column
prop=
"Name"
...
...
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