Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-10-22 15:29:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3dd755c2a713d2d93dbdcbf477a8bc171fe03eab
3dd755c2
1 parent
d878f6c5
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/allocationConfig/flightAllocConfig/mixins/index.js
src/views/allocationConfig/flightAllocConfig/mixins/index.js
View file @
3dd755c
...
...
@@ -575,7 +575,7 @@ export default {
);
// 处理航线优先级展示ET86
let
routes
=
[];
inRoute
s
.
map
((
item
,
i
,
arr
)
=>
{
dateDataList
s
.
map
((
item
,
i
,
arr
)
=>
{
if
(
arr
[
i
].
etesRule
==
"Y"
)
{
routes
.
push
(
`
${
arr
[
i
].
route
}
(ET86)`
);
}
else
{
...
...
Please
register
or
login
to post a comment