Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
华国豪
CRM
Commits
5728da26
Commit
5728da26
authored
May 10, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
efc1450e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
index.vue
src/components/planeTicketOrder/index.vue
+10
-10
No files found.
src/components/planeTicketOrder/index.vue
View file @
5728da26
...
@@ -169,7 +169,7 @@
...
@@ -169,7 +169,7 @@
<el-table-column
fixed
prop=
"OrderId"
label=
"订单号"
>
<el-table-column
fixed
prop=
"OrderId"
label=
"订单号"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.OrderId === 0"
>
<div
v-if=
"scope.row.OrderId === 0"
>
-
--
-
</div>
</div>
<div
v-else
@
click=
"toOrder(scope.row.OrderId)"
class=
"hover"
>
<div
v-else
@
click=
"toOrder(scope.row.OrderId)"
class=
"hover"
>
{{
scope
.
row
.
OrderId
}}
{{
scope
.
row
.
OrderId
}}
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
<el-table-column
fixed
prop=
"GuestName"
label=
"客人名"
>
<el-table-column
fixed
prop=
"GuestName"
label=
"客人名"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.OrderId === 0"
>
<div
v-if=
"scope.row.OrderId === 0"
>
-
--
-
</div>
</div>
<div
v-else
>
<div
v-else
>
{{
scope
.
row
.
GuestName
}}
{{
scope
.
row
.
GuestName
}}
...
@@ -189,7 +189,7 @@
...
@@ -189,7 +189,7 @@
<el-table-column
prop=
"city"
label=
"性质"
>
<el-table-column
prop=
"city"
label=
"性质"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.OrderId === 0"
>
<div
v-if=
"scope.row.OrderId === 0"
>
-
--
-
</div>
</div>
<div
v-else
>
<div
v-else
>
<span
v-if=
"scope.row.GuestCount == 1"
>
单人
</span>
<span
v-if=
"scope.row.GuestCount == 1"
>
单人
</span>
...
@@ -200,7 +200,7 @@
...
@@ -200,7 +200,7 @@
<el-table-column
prop=
"StartCityName"
label=
"行程时间"
width=
"120"
>
<el-table-column
prop=
"StartCityName"
label=
"行程时间"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.OrderId === 0"
>
<div
v-if=
"scope.row.OrderId === 0"
>
-
--
-
</div>
</div>
<div
v-else
>
<div
v-else
>
{{
scope
.
row
.
StartCityName
}}
{{
scope
.
row
.
StartCityName
}}
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
<el-table-column
prop=
"TicketStatusName"
label=
"状态"
>
<el-table-column
prop=
"TicketStatusName"
label=
"状态"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.OrderId === 0"
>
<div
v-if=
"scope.row.OrderId === 0"
>
-
--
-
</div>
</div>
<div
v-else
>
<div
v-else
>
{{
scope
.
row
.
TicketStatusName
}}
{{
scope
.
row
.
TicketStatusName
}}
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
<el-table-column
prop=
"TicketMoney"
label=
"单机票款"
width=
"100"
>
<el-table-column
prop=
"TicketMoney"
label=
"单机票款"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<p
v-if=
"scope.row.TicketMoney == 0"
>
-
--
</p>
<p
v-if=
"scope.row.TicketMoney == 0"
>
-
</p>
<p
v-else
><span>
{{
scope
.
row
.
TicketMoney
}}
</span
<p
v-else
><span>
{{
scope
.
row
.
TicketMoney
}}
</span
>
/
<span
>
/
<span
:style=
"
{
:style=
"
{
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
<el-table-column
label=
"单签证款"
width=
"100"
>
<el-table-column
label=
"单签证款"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<p
v-if=
"scope.row.VisaMoney == 0"
>
-
--
</p>
<p
v-if=
"scope.row.VisaMoney == 0"
>
-
</p>
<p
v-else
>
<span>
{{
scope
.
row
.
VisaMoney
}}
</span>
/
<span
<p
v-else
>
<span>
{{
scope
.
row
.
VisaMoney
}}
</span>
/
<span
:style=
"
{
:style=
"
{
color:
color:
...
@@ -251,7 +251,7 @@
...
@@ -251,7 +251,7 @@
<el-table-column
label=
"单地接款"
width=
"100"
>
<el-table-column
label=
"单地接款"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<p
v-if=
"scope.row.DiJieMoney == 0"
>
-
--
</p>
<p
v-if=
"scope.row.DiJieMoney == 0"
>
-
</p>
<p
v-else
>
<span>
{{
scope
.
row
.
DiJieMoney
}}
</span
<p
v-else
>
<span>
{{
scope
.
row
.
DiJieMoney
}}
</span
>
/
<span
>
/
<span
:style=
"
{
:style=
"
{
...
@@ -267,7 +267,7 @@
...
@@ -267,7 +267,7 @@
<el-table-column
prop=
"MealMoney"
label=
"套餐款"
width=
"120"
>
<el-table-column
prop=
"MealMoney"
label=
"套餐款"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<p
v-if=
"scope.row.MealMoney == 0"
>
-
--
</p>
<p
v-if=
"scope.row.MealMoney == 0"
>
-
</p>
<p
v-else
>
<p
v-else
>
<span>
{{
scope
.
row
.
MealMoney
}}
</span
<span>
{{
scope
.
row
.
MealMoney
}}
</span
>
/
<span
>
/
<span
...
@@ -295,7 +295,7 @@
...
@@ -295,7 +295,7 @@
<el-table-column
label=
"营业成本"
>
<el-table-column
label=
"营业成本"
>
<el-table-column
prop=
"TicketCost"
label=
"机票成本"
>
<el-table-column
prop=
"TicketCost"
label=
"机票成本"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"
Ticket
Cost"
label=
"签证成本"
>
<el-table-column
prop=
"
Visa
Cost"
label=
"签证成本"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"DiJieCost"
label=
"地接成本"
>
</el-table-column>
<el-table-column
prop=
"DiJieCost"
label=
"地接成本"
>
</el-table-column>
<el-table-column
prop=
"MealCost"
label=
"套餐成本"
>
</el-table-column>
<el-table-column
prop=
"MealCost"
label=
"套餐成本"
>
</el-table-column>
...
...
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