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
642c4459
Commit
642c4459
authored
Jan 20, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b5b67cd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
happyMoneyDetails.vue
src/components/administrative/happyMoneyDetails.vue
+4
-0
No files found.
src/components/administrative/happyMoneyDetails.vue
View file @
642c4459
...
@@ -154,6 +154,8 @@
...
@@ -154,6 +154,8 @@
>
>
<tr>
<tr>
<th>
名称
</th>
<th>
名称
</th>
<th>
联系人
</th>
<th>
联系方式
</th>
<th>
交易金额
</th>
<th>
交易金额
</th>
<th>
交易人头
</th>
<th>
交易人头
</th>
<th
v-if=
"!hideBtn"
>
预计返现
</th>
<th
v-if=
"!hideBtn"
>
预计返现
</th>
...
@@ -162,6 +164,8 @@
...
@@ -162,6 +164,8 @@
</tr>
</tr>
<tr
v-for=
"(item, index) in dataList.CustomerList"
>
<tr
v-for=
"(item, index) in dataList.CustomerList"
>
<td>
{{
item
.
CustomerName
}}
</td>
<td>
{{
item
.
CustomerName
}}
</td>
<td>
{{
item
.
Contact
}}
</td>
<td>
{{
item
.
ContactNumber
}}
</td>
<td>
¥
{{
moneyFormat
(
item
.
TradeMoney
)
}}
</td>
<td>
¥
{{
moneyFormat
(
item
.
TradeMoney
)
}}
</td>
<td>
{{
item
.
TotalGuestNum
}}
人
</td>
<td>
{{
item
.
TotalGuestNum
}}
人
</td>
<td
v-if=
"!hideBtn"
>
¥
{{
moneyFormat
(
item
.
PredictPrice
)
}}
</td>
<td
v-if=
"!hideBtn"
>
¥
{{
moneyFormat
(
item
.
PredictPrice
)
}}
</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