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
44e0f23f
Commit
44e0f23f
authored
6 years ago
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销售产品中心航班状态
parent
2cc00915
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
productQuery.vue
src/components/SalesModule/productQuery.vue
+5
-0
No files found.
src/components/SalesModule/productQuery.vue
View file @
44e0f23f
...
...
@@ -642,6 +642,7 @@
<th
width=
"150"
>
起飞时间
</th>
<th
width=
"80"
>
到达时间
</th>
<th
width=
"100"
>
经停城市
</th>
<th
width=
"60"
>
状态
</th>
</tr>
<tr
v-for=
"(ds,din) in tripDetails"
:key=
"din"
style=
"text-align:center;"
>
<td
class=
"_d_name _color_666"
>
...
...
@@ -662,6 +663,10 @@
<div
style=
"margin-top:5px;"
>
{{
ds
.
aName
}}
</div>
</td>
<td>
{{
ds
.
StopoverName
}}
</td>
<td>
<span
v-if=
"ds.FlightState==1"
style=
"color: rgb(71, 191, 140)!important;"
>
正常
</span>
<span
v-else
style=
"color: red !important;"
>
暂定
</span>
</td>
</tr>
</table>
<span
slot=
"reference"
@
click=
"getDetails(index)"
>
往返
</span>
...
...
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