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
1730532197@qq.com
2021-12-16 16:39:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
24a6b23c041650739e2d02b116d7ff9452f830d6
24a6b23c
1 parent
7af2a868
lwj
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/systemConfig/userConfig/index.vue
src/views/systemConfig/userConfig/index.vue
View file @
24a6b23
...
...
@@ -144,14 +144,14 @@
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
<el-col :span="12">
<el-form-item label="航班路线" prop="route">
<el-input :disabled="formdisabled.route" style="width:93%" v-model="form.route" placeholder="请输入航班路线" />
</el-form-item>
</el-col>
<el-row>
<el-col :span="12">
<el-form-item label="航班种类" prop="kindId">
<el-select :disabled="formdisabled.kindId" v-model="form.kindId" placeholder="请选择航班种类">
...
...
@@ -490,7 +490,7 @@
this.reset();
this.open = true;
this.title = "添加航班信息";
this.form.id =
-1
;
this.form.id =
null
;
this.form.statusId = this.flightStatuslist[0].id;
this.form.alloctedWeight = 0;
//航班号
...
...
Please
register
or
login
to post a comment