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
f273cae1
Commit
f273cae1
authored
Oct 17, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4d2f8a43
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
VisaProductOrder.vue
src/components/SalesVisa/components/VisaProductOrder.vue
+2
-0
visaOrderList.vue
src/components/SalesVisa/components/visaOrderList.vue
+5
-0
No files found.
src/components/SalesVisa/components/VisaProductOrder.vue
View file @
f273cae1
...
@@ -394,6 +394,8 @@
...
@@ -394,6 +394,8 @@
<div
style=
"display: flex;justify-content: end;margin-bottom: 10px;"
>
<div
style=
"display: flex;justify-content: end;margin-bottom: 10px;"
>
<p><span
class=
"groupTourOrderByTuan_ico"
><i
<p><span
class=
"groupTourOrderByTuan_ico"
><i
style=
"background-color:#3FC4FF"
></i><span>
{{
$t
(
'fnc.yidadan'
)
}}
</span></span>
style=
"background-color:#3FC4FF"
></i><span>
{{
$t
(
'fnc.yidadan'
)
}}
</span></span>
<span
class=
"groupTourOrderByTuan_ico"
><i
style=
"background-color: rgb(0, 255, 0)"
></i><span>
{{
$t
(
'fnc.ptcnyshenhe'
)
}}
</span></span>
<span
class=
"groupTourOrderByTuan_ico"
><i
<span
class=
"groupTourOrderByTuan_ico"
><i
style=
"background-color:#F1416C"
></i><span>
{{
$t
(
'fnc.yhcnyshenhe'
)
}}
</span></span>
style=
"background-color:#F1416C"
></i><span>
{{
$t
(
'fnc.yhcnyshenhe'
)
}}
</span></span>
<span
class=
"groupTourOrderByTuan_ico"
><i
<span
class=
"groupTourOrderByTuan_ico"
><i
...
...
src/components/SalesVisa/components/visaOrderList.vue
View file @
f273cae1
...
@@ -607,6 +607,11 @@
...
@@ -607,6 +607,11 @@
¥
<span
class=
"fz15 fbold"
>
{{
moneyFormat
(
scope
.
row
.
income
)
}}
</span>
¥
<span
class=
"fz15 fbold"
>
{{
moneyFormat
(
scope
.
row
.
income
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"在途金额"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
¥
<span
class=
"fz15 fbold"
>
{{
moneyFormat
(
scope
.
row
.
platformMoney
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"成本"
min-width=
"100"
>
<el-table-column
label=
"成本"
min-width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
¥
<span
class=
"fz15 fbold"
>
{{
moneyFormat
(
scope
.
row
.
costMoney
)
}}
</span>
¥
<span
class=
"fz15 fbold"
>
{{
moneyFormat
(
scope
.
row
.
costMoney
)
}}
</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