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
b1e81391
Commit
b1e81391
authored
Mar 15, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
122121
parent
66b617dc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
flightManagement.vue
src/components/Ticketing/flightManagement.vue
+16
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/Ticketing/flightManagement.vue
View file @
b1e81391
...
@@ -229,6 +229,10 @@
...
@@ -229,6 +229,10 @@
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
v-else
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
v-else
>
<el-button
type=
"danger"
icon=
"el-icon-delete"
circle
@
click=
"deletelist(index,1)"
></el-button>
<el-button
type=
"danger"
icon=
"el-icon-delete"
circle
@
click=
"deletelist(index,1)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"效期维护"
placement=
"top-start"
style=
"display:none;"
>
<el-button
type=
"danger"
icon=
"el-icon-delete"
circle
@
click=
"gotoChild(item)"
></el-button>
</el-tooltip>
</el-row>
</el-row>
</td>
</td>
</tr>
</tr>
...
@@ -814,6 +818,18 @@
...
@@ -814,6 +818,18 @@
},
},
err
=>
{}
err
=>
{}
);
);
},
//跳转到子项
gotoChild
(
item
)
{
this
.
$router
.
push
({
name
:
"flightChild"
,
query
:
{
id
:
item
.
ID
,
blank
:
'y'
,
tab
:
"航班有效期维护"
}
})
}
}
},
},
mounted
()
{
mounted
()
{
...
...
src/router/config.js
View file @
b1e81391
...
@@ -715,6 +715,14 @@ export default {
...
@@ -715,6 +715,14 @@ export default {
title
:
'航班管理'
title
:
'航班管理'
},
},
},
},
{
path
:
'/flightChild'
,
//航班子表管理
name
:
'flightChild'
,
component
:
resolve
=>
require
([
'@/components/Ticketing/flightChild'
],
resolve
),
meta
:
{
title
:
'航班管理'
},
},
{
{
path
:
'/startCityManagement'
,
//出发城市管理
path
:
'/startCityManagement'
,
//出发城市管理
name
:
'startCityManagement'
,
name
:
'startCityManagement'
,
...
...
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