Showing
2 changed files
with
2 additions
and
3 deletions
| ... | @@ -4,7 +4,6 @@ | ... | @@ -4,7 +4,6 @@ |
| 4 | @toggleClick="toggleSideBar" /> | 4 | @toggleClick="toggleSideBar" /> |
| 5 | <breadcrumb id="breadcrumb-container" class="breadcrumb-container" v-if="!topNav" /> | 5 | <breadcrumb id="breadcrumb-container" class="breadcrumb-container" v-if="!topNav" /> |
| 6 | <top-nav id="topmenu-container" class="topmenu-container" v-if="topNav" /> | 6 | <top-nav id="topmenu-container" class="topmenu-container" v-if="topNav" /> |
| 7 | - <div class="verTip">开发版本</div> | ||
| 8 | <div class="right-menu"> | 7 | <div class="right-menu"> |
| 9 | <template v-if="device !== 'mobile'"> </template> | 8 | <template v-if="device !== 'mobile'"> </template> |
| 10 | <el-select v-model="portName" size="mini" style="width: 120px; top: -17px; right: 7px" placeholder="选择口岸"> | 9 | <el-select v-model="portName" size="mini" style="width: 120px; top: -17px; right: 7px" placeholder="选择口岸"> | ... | ... |
| ... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
| 67 | <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="150"> | 67 | <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="150"> |
| 68 | <template slot-scope="scope"> | 68 | <template slot-scope="scope"> |
| 69 | <el-button size="mini" type="text" icon="el-icon-edit" | 69 | <el-button size="mini" type="text" icon="el-icon-edit" |
| 70 | - @click="handleClick(scope.row.actualFlight, 'detail', scope.row.flightDate,scope.row.route)">查看配置维度 | 70 | + @click="handleClick(scope.row.actualFlight, 'detail', scope.row.flightDate, ' ', ' ')">查看配置维度 |
| 71 | </el-button> | 71 | </el-button> |
| 72 | </template> | 72 | </template> |
| 73 | </el-table-column> | 73 | </el-table-column> |
| ... | @@ -271,7 +271,7 @@ export default { | ... | @@ -271,7 +271,7 @@ export default { |
| 271 | handleClick(fltNo, handle, fltDate, route) { | 271 | handleClick(fltNo, handle, fltDate, route) { |
| 272 | this.openFlightDate = false; | 272 | this.openFlightDate = false; |
| 273 | let obj = { | 273 | let obj = { |
| 274 | - id:' ', | 274 | + id: ' ', |
| 275 | handle: handle, | 275 | handle: handle, |
| 276 | fltNo: fltNo, | 276 | fltNo: fltNo, |
| 277 | fltDate: fltDate != null ? fltDate : ' ', | 277 | fltDate: fltDate != null ? fltDate : ' ', | ... | ... |
-
Please register or login to post a comment