Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
d92d93de
Commit
d92d93de
authored
Aug 05, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
bd083919
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
RecomBillDetail.vue
src/components/orderMan/RecomBillDetail.vue
+5
-5
RecommendBill.vue
src/components/orderMan/RecommendBill.vue
+5
-5
No files found.
src/components/orderMan/RecomBillDetail.vue
View file @
d92d93de
...
...
@@ -33,18 +33,18 @@
<el-table-column
prop=
"OrderIntroduction"
width=
"220"
label=
"订单信息"
>
<
template
slot-scope=
"scope"
>
<div
class=
"OrderInformation"
>
<div>
返佣id
:
{{
scope
.
row
.
OrderIntroduction
.
IntroductionId
}}
</div>
<div>
返佣id
:
{{
scope
.
row
.
OrderIntroduction
.
IntroductionId
}}
</div>
<div>
状态
:
<span
style=
"color:red;"
v-if=
"scope.row.OrderIntroduction.CommissionState==1"
>
未结算
</span>
状态
:
<span
style=
"color:red;"
v-if=
"scope.row.OrderIntroduction.CommissionState==1"
>
未结算
</span>
<span
style=
"color:green;"
v-if=
"scope.row.OrderIntroduction.CommissionState==2"
>
已结算
</span>
</div>
</div>
<div
class=
"OrderInformation"
>
<div>
姓名
:
{{
scope
.
row
.
OrderIntroduction
.
Name
}}
</div>
<div>
佣金
:
{{
scope
.
row
.
OrderIntroduction
.
Commission
}}
</div>
<div>
姓名
:
{{
scope
.
row
.
OrderIntroduction
.
Name
}}
</div>
<div>
佣金
:
{{
scope
.
row
.
OrderIntroduction
.
Commission
}}
</div>
</div>
<div
class=
"OrderInformation"
>
<div
style=
"width:100%;"
>
昵称
:
{{
scope
.
row
.
OrderIntroduction
.
UserName
}}
</div>
<div
style=
"width:100%;"
>
昵称
:
{{
scope
.
row
.
OrderIntroduction
.
UserName
}}
</div>
</div>
</
template
>
</el-table-column>
...
...
src/components/orderMan/RecommendBill.vue
View file @
d92d93de
...
...
@@ -131,18 +131,18 @@
<el-table-column
prop=
"OrderIntroduction"
label=
"返佣信息"
width=
"220"
>
<
template
slot-scope=
"scope"
>
<div
class=
"OrderInformation"
>
<div>
返佣id
:
{{
scope
.
row
.
OrderIntroduction
.
IntroductionId
}}
</div>
<div>
返佣id
:
{{
scope
.
row
.
OrderIntroduction
.
IntroductionId
}}
</div>
<div>
状态
:
<span
style=
"color:red;"
v-if=
"scope.row.OrderIntroduction.CommissionState==1"
>
未结算
</span>
状态
:
<span
style=
"color:red;"
v-if=
"scope.row.OrderIntroduction.CommissionState==1"
>
未结算
</span>
<span
style=
"color:green;"
v-if=
"scope.row.OrderIntroduction.CommissionState==2"
>
已结算
</span>
</div>
</div>
<div
class=
"OrderInformation"
>
<div>
姓名
:
{{
scope
.
row
.
OrderIntroduction
.
Name
}}
</div>
<div>
佣金
:
{{
scope
.
row
.
OrderIntroduction
.
Commission
}}
</div>
<div>
姓名
:
{{
scope
.
row
.
OrderIntroduction
.
Name
}}
</div>
<div>
佣金
:
{{
scope
.
row
.
OrderIntroduction
.
Commission
}}
</div>
</div>
<div
class=
"OrderInformation"
>
<div>
昵称
:
{{
scope
.
row
.
OrderIntroduction
.
UserName
}}
</div>
<div>
昵称
:
{{
scope
.
row
.
OrderIntroduction
.
UserName
}}
</div>
</div>
</
template
>
</el-table-column>
...
...
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