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
b1985ec7
Commit
b1985ec7
authored
2 years ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e21f2eef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
tripUtils.js
src/assets/utils/tripUtils.js
+3
-0
oneDayTrip.vue
src/components/TravelManager/TravelList/oneDayTrip.vue
+1
-0
No files found.
src/assets/utils/tripUtils.js
View file @
b1985ec7
...
@@ -86,6 +86,9 @@ var tripUtils = {
...
@@ -86,6 +86,9 @@ var tripUtils = {
},
{
},
{
Id
:
2
,
Id
:
2
,
Name
:
'结团'
Name
:
'结团'
},
{
Id
:
5
,
Name
:
'结团审核'
},
{
},
{
Id
:
3
,
Id
:
3
,
Name
:
'取消'
Name
:
'取消'
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/oneDayTrip.vue
View file @
b1985ec7
...
@@ -377,6 +377,7 @@
...
@@ -377,6 +377,7 @@
:title=
"$t('Operation.Op_jietuan')"
>
{{
$t
(
'Operation.Op_jietuan'
)
}}
</span>
:title=
"$t('Operation.Op_jietuan')"
>
{{
$t
(
'Operation.Op_jietuan'
)
}}
</span>
<span
v-if=
"item.Status==1"
:title=
"$t('visaT.sale')"
>
{{
$t
(
'visaT.sale'
)
}}
</span>
<span
v-if=
"item.Status==1"
:title=
"$t('visaT.sale')"
>
{{
$t
(
'visaT.sale'
)
}}
</span>
<span
v-if=
"item.OutGroupType==1"
title=
"落地团"
style=
"background: #ff9c00;"
>
落
</span>
<span
v-if=
"item.OutGroupType==1"
title=
"落地团"
style=
"background: #ff9c00;"
>
落
</span>
<span
v-if=
"item.Status==5"
title=
"结团审核"
style=
"background: #2aaef2;"
>
审
</span>
</div>
</div>
<div
class=
"TCL-OutBranchName"
:title=
"$t('visa.v_salecompany')"
>
{{
item
.
UnionBranchName
}}
</div>
<div
class=
"TCL-OutBranchName"
:title=
"$t('visa.v_salecompany')"
>
{{
item
.
UnionBranchName
}}
</div>
<div
class=
"TCL-TOPTCNUM"
>
(
{{
item
.
TCID
}}
)
{{
item
.
TCNUM
}}
</div>
<div
class=
"TCL-TOPTCNUM"
>
(
{{
item
.
TCID
}}
)
{{
item
.
TCNUM
}}
</div>
...
...
This diff is collapsed.
Click to expand it.
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