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
89b17c8a
Commit
89b17c8a
authored
Jan 19, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
627d671d
cfe5db38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
SettlementOrder.vue
src/components/DomesticModule/SettlementOrder.vue
+5
-1
No files found.
src/components/DomesticModule/SettlementOrder.vue
View file @
89b17c8a
...
...
@@ -90,7 +90,11 @@
¥
<span>
{{
item
.
PayMoney
}}
</span>
</td>
<td
:class=
"Math.abs(item.Money-item.InCome)>0?'_color_red':''"
>
¥
{{
Math
.
abs
(
item
.
Money
-
item
.
InCome
)
}}
</td>
<td
:class=
"Math.abs(item.Money-item.InCome)>0?'_color_red':''"
>
<!-- ¥
{{
Math
.
abs
(
item
.
Money
-
item
.
InCome
)
}}
-->
<span
v-if=
"item.Money > item.InCome"
>
{{
(
item
.
Money
-
item
.
InCome
).
toFixed
(
2
)
}}
</span>
<span
v-else
>
0
</span>
</td>
<td>
<span
v-if=
"item.Status!=0"
:class=
"Math.abs(item.RealProfit)>0?'_color_red':''"
>
¥
{{
Math
.
abs
(
item
.
RealProfit
)
}}
</span>
...
...
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