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-12-08 15:12:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d876ed962e70e340d91b9cf2298c9dd3667c536
2d876ed9
1 parent
038ce5bb
bug修复
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
2d876ed
...
...
@@ -136,7 +136,7 @@
</div>
</template>
<el-select ref="routeSelect" class="wid80" v-model="form.route" :disabled="formdisabled.route"
placeholder="请选择航线" no-data-text="未查询到航线" @change="routeChange" :l
ao
ding="routeLoading"
placeholder="请选择航线" no-data-text="未查询到航线" @change="routeChange" :l
oa
ding="routeLoading"
:multiple='routeMultiple' :key="routeMultiple">
<el-option v-for="item in routeList" :key="item.id" :label="item.route" :value="item.route">
</el-option>
...
...
Please
register
or
login
to post a comment