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
9ad82a77
Commit
9ad82a77
authored
Apr 25, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9e16fb09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
TicketDetails.vue
...ponents/FinancialModule/TradeCommission/TicketDetails.vue
+7
-7
No files found.
src/components/FinancialModule/TradeCommission/TicketDetails.vue
View file @
9ad82a77
...
...
@@ -148,14 +148,14 @@
<th
style=
"width: 100px;"
>
部门
</th>
<th
style=
"width: 100px;"
>
姓名
</th>
<th
style=
"width: 100px;"
>
线路
</th>
<th
style=
"width: 100px;"
>
是否欧洲
订单
</th>
<th
style=
"width: 100px;"
>
是否欧洲
</th>
<th
style=
"width: 100px;"
>
订单人数
</th>
<th
style=
"width: 100px;"
>
团队总人数
</th>
<th
style=
"width: 100px;"
>
团队利润
</th>
<th
style=
"width: 100px;"
>
提成方式
</th>
<th
style=
"width: 100px;"
>
提成比例
</th>
<th
style=
"width: 100px;"
>
当月利润
</th>
<th
style=
"width: 100px;"
>
团队利润
</th>
<th
style=
"width: 100px;"
>
当月利润/业绩
</th>
<th
style=
"width: 100px;"
>
提成金额
</th>
<th
style=
"width: 100px;"
>
期数
</th>
<th
width=
'200'
>
备注
</th>
...
...
@@ -170,13 +170,13 @@
<td>
{{
item
.
DeptName
?
item
.
DeptName
:
'-'
}}
</td>
<td>
{{
item
.
UserName
}}
</td>
<td>
{{
item
.
LineName
}}
</td>
<td>
{{
item
.
IsEurope
==
1
?
'是'
:
'否'
}}
</td>
<td>
{{
item
.
PeopleNum
}}
</td>
<td>
{{
item
.
TCGuestNum
}}
</td>
<td>
{{
item
.
IsEurope
==
1
?
'是'
:
''
}}
</td>
<td>
{{
item
.
TCProfit
?
item
.
TCProfit
:
'-'
}}
</td>
<td>
{{
item
.
PeopleNum
?
item
.
PeopleNum
:
'-'
}}
</td>
<td>
{{
item
.
TCGuestNum
?
item
.
TCGuestNum
:
'-'
}}
</td>
<td>
{{
item
.
Way
==
1
?
'销售额'
:
'利润比'
}}
</td>
<td>
{{
item
.
Rate
?
item
.
Rate
+
'%'
:
'-'
}}
</td>
<td>
{{
item
.
OrderProfit
}}
</td>
<td>
{{
item
.
TCProfit
}}
</td>
<td>
{{
item
.
CommissionMoney
?
item
.
CommissionMoney
:
'-'
}}
</td>
<td>
{{
item
.
Periods
}}
</td>
<td>
{{
item
.
Description
?
item
.
Description
:
'-'
}}
</td>
...
...
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