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-09-28 10:04:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b8338dc631d3c04428f0018e8d9e6c202db29ba5
b8338dc6
1 parent
ba8ca6f5
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
b8338dc
...
...
@@ -615,7 +615,7 @@ export default {
// }
res.data.list.map((item) => {
if(item.isEtesRoute == "Y"){
item.route = `
(${item.route})
`
item.route = `
${item.route}【ET86】
`
}
}); // 过滤ET86航线
console.log(res.data.list)
...
...
Please
register
or
login
to post a comment