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-01-07 13:05:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d15213d1a055ffb5c9f0c3a9d31699e00f6b4cbf
d15213d1
1 parent
069f52ab
弹出框蒙层关闭功能取消
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/views/allocationConfig/flightRandConfig/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/queryCargo/index.vue
src/views/allocationConfig/flightRandConfig/index.vue
View file @
d15213d
...
...
@@ -65,7 +65,7 @@
<!-- 查看目的航班对话框 -->
<el-dialog title="实际配载航班" :visible.sync="openFlightDate" width="70%">
<el-dialog title="实际配载航班" :visible.sync="openFlightDate" width="70%"
:close-on-click-modal="false"
>
<el-table v-loading="loadingFlightDate" :data="sourceFlightAndFlightDate">
<el-table-column label="原航班" align="center" prop="sourceFlightNo" />
...
...
@@ -84,7 +84,7 @@
<!-- 添加或修改对话框 -->
<el-dialog :title="title" :visible.sync="open" width="60%">
<el-dialog :title="title" :visible.sync="open" width="60%"
:close-on-click-modal="false"
>
<el-form ref="form" :model="form" :rules="rules" label-width="100px">
<el-row>
<el-col :span="10">
...
...
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
d15213d
...
...
@@ -130,7 +130,7 @@
<!-- 添加或修改对话框 -->
<el-dialog :title="title" :visible.sync="open" width="60%">
<el-dialog :title="title" :visible.sync="open" width="60%"
:close-on-click-modal="false"
>
<el-form ref="form" :model="form" :rules="rules" label-width="130px">
<el-row>
<el-col :span="12">
...
...
src/views/basicInformation/queryCargo/index.vue
View file @
d15213d
...
...
@@ -2,7 +2,7 @@
<div class="cargoPage" v-loading="downloading">
<el-form
ref="cargoForm"
size="
small
"
size="
mini
"
:model="formData"
label-position="top"
label-width="auto"
...
...
Please
register
or
login
to post a comment