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
3bdb65f0
Commit
3bdb65f0
authored
Mar 27, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
6e8c8fa2
0b4d5dad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+6
-3
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
3bdb65f0
<
style
>
<
style
>
@import
"../../../assets/css/newTravelManager.css"
;
@import
"../../../assets/css/newTravelManager.css"
;
.flex
{
display
:
flex
;
}
.TC_companyList
span
,
.TC_companyList
span
,
.TC_OtherCompany
span
{
.TC_OtherCompany
span
{
display
:
inline-block
;
display
:
inline-block
;
...
@@ -583,11 +585,12 @@
...
@@ -583,11 +585,12 @@
<span>
{{$t('Airticket.Air_StartTime')}}
</span>
<span>
{{$t('Airticket.Air_StartTime')}}
</span>
<span
class=
"go_date"
>
{{item.StartDate}}
</span>
<span
class=
"go_date"
>
{{item.StartDate}}
</span>
</p>
</p>
<p
class=
"travelnowrap"
v-if=
"item.PriceOfferUrl"
>
<p
class=
"travelnowrap
flex
"
v-if=
"item.PriceOfferUrl"
>
<span>
报价单
</span>
<span>
报价单
</span>
<span
class=
"go_date"
>
<span
class=
"go_date"
>
<
template
v-for=
"(subItem,subIndex) in item.OfferUrlExtArray"
>
<
template
v-for=
"(subItem,subIndex) in item.OfferUrlExtArray"
>
<a
:key=
"subIndex"
style=
"margin-left:20px;color:blue;cursor:pointer"
:href=
"subItem.Url"
<a
:key=
"subIndex"
style=
"margin-left:20px;color:blue;cursor:pointer;"
:href=
"subItem.Url"
v-if=
"subItem.Url"
target=
"_blank"
:download=
"subItem.Name"
>
{{
subItem
.
Name
}}
</a>
v-if=
"subItem.Url"
target=
"_blank"
:download=
"subItem.Name"
>
{{
subItem
.
Name
}}
</a>
<template
v-if=
"item.OfferUrlExtArray.length>1 && subIndex
<item
.
OfferUrlExtArray
.
length
"
>
<template
v-if=
"item.OfferUrlExtArray.length>1 && subIndex
<item
.
OfferUrlExtArray
.
length
"
>
<br
:key=
"subIndex+1000"
/>
<br
:key=
"subIndex+1000"
/>
...
...
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