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
33d95e17
Commit
33d95e17
authored
Jul 05, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1eace57d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
TicketUserDetails.vue
...nts/FinancialModule/TradeCommission/TicketUserDetails.vue
+5
-1
ExpectedCommission.vue
src/components/sale/ExpectedCommission.vue
+5
-1
No files found.
src/components/FinancialModule/TradeCommission/TicketUserDetails.vue
View file @
33d95e17
...
...
@@ -303,11 +303,15 @@
v-loading=
"loading"
>
<tr>
<th>
月份
</th>
<th>
人数
</th>
<th>
汇总人数
</th>
<th>
团队人数
</th>
<th>
单项人数
</th>
</tr>
<tr
v-for=
"item in yearBonusDataList"
>
<td>
{{
item
.
TradeDate
}}
</td>
<td
:style=
"item.GuestNum>=35?'color:red':''"
>
{{
item
.
GuestNum
}}
</td>
<td>
{{
item
.
TravelNum
}}
</td>
<td>
{{
item
.
VisaNum
}}
</td>
</tr>
<tr
v-if=
"yearBonusDataList.length==0"
>
<td
style=
"text-align:center"
colspan=
"3"
>
{{
$t
(
'system.content_noData'
)
}}
</td>
...
...
src/components/sale/ExpectedCommission.vue
View file @
33d95e17
...
...
@@ -472,11 +472,15 @@
<table
style=
" border: 1px solid black;border-collapse: collapse; text-align: center; width: 100%;"
>
<tr
style=
"border: 1px solid black"
>
<th
style=
"border: 1px solid black"
>
月份
</th>
<th
style=
"border: 1px solid black"
>
人数
</th>
<th
style=
"border: 1px solid black"
>
汇总人数
</th>
<th
style=
"border: 1px solid black"
>
团队人数
</th>
<th
style=
"border: 1px solid black"
>
单项人数
</th>
</tr>
<tr
v-for=
"item in CommissionInfor.BonusPeriods"
style=
"border: 1px solid black"
>
<td
style=
"border: 1px solid black"
>
{{item.TradeDate}}
</td>
<td
style=
"border: 1px solid black"
><span
:style=
"item.GuestNum>=35?'color:red':'color:black'"
>
{{item.GuestNum}}
</span></td>
<td
style=
"border: 1px solid black"
>
{{item.TravelNum}}
</td>
<td
style=
"border: 1px solid black"
>
{{item.VisaNum}}
</td>
</tr>
</table>
</div>
...
...
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