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-10-30 18:03:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad92094ad7867350ec17e7a949bbdd8658583f79
ad92094a
1 parent
429ad8d9
修复航班顺位设置& 航班信息维护label-width值获取不到问题
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/allocationConfig/flightRandConfig/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/allocationConfig/flightRandConfig/index.vue
View file @
ad92094
...
...
@@ -79,7 +79,7 @@
<!-- 添加或修改对话框 -->
<el-dialog :title="title" :visible.sync="open" width="55%" :append-to-body="true" :close-on-click-modal="false"
:show-close="false" @close="cancel">
<el-form ref="form" :model="form" :rules="rules" label-position="right" label-width="
auto
" size="small">
<el-form ref="form" :model="form" :rules="rules" label-position="right" label-width="
96px
" size="small">
<el-row>
<el-col :span="8">
<el-form-item label="原航班" prop="sourceFlightNo">
...
...
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
ad92094
...
...
@@ -274,7 +274,7 @@
:model="form"
:rules="rules"
label-position="right"
label-width="
auto
"
label-width="
138px
"
size="small"
>
<el-row>
...
...
Please
register
or
login
to post a comment