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
jinhui.wang
2022-11-14 17:04:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d695ff804d44cc6e1c4e45b94a35987f25206deb
d695ff80
1 parent
a21e7a0d
跳转参数修正
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
src/layout/components/Navbar.vue
src/views/allocationConfig/flightRandConfig/index.vue
src/layout/components/Navbar.vue
View file @
d695ff8
...
...
@@ -4,7 +4,6 @@
@toggleClick="toggleSideBar" />
<breadcrumb id="breadcrumb-container" class="breadcrumb-container" v-if="!topNav" />
<top-nav id="topmenu-container" class="topmenu-container" v-if="topNav" />
<div class="verTip">开发版本</div>
<div class="right-menu">
<template v-if="device !== 'mobile'"> </template>
<el-select v-model="portName" size="mini" style="width: 120px; top: -17px; right: 7px" placeholder="选择口岸">
...
...
src/views/allocationConfig/flightRandConfig/index.vue
View file @
d695ff8
...
...
@@ -67,7 +67,7 @@
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="150">
<template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-edit"
@click="handleClick(scope.row.actualFlight, 'detail', scope.row.flightDate,
scope.row.route
)">查看配置维度
@click="handleClick(scope.row.actualFlight, 'detail', scope.row.flightDate,
' ', ' '
)">查看配置维度
</el-button>
</template>
</el-table-column>
...
...
@@ -271,7 +271,7 @@ export default {
handleClick(fltNo, handle, fltDate, route) {
this.openFlightDate = false;
let obj = {
id:' ',
id:
' ',
handle: handle,
fltNo: fltNo,
fltDate: fltDate != null ? fltDate : ' ',
...
...
Please
register
or
login
to post a comment