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-10-10 17:10:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
236ca55bfca07e5935ac714310d93dd5bab5ef8f
236ca55b
1 parent
14ed5a32
航班货站增加航班条件
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/views/basicInformation/goodsStationFlight/index.vue
src/views/basicInformation/goodsStationFlight/index.vue
View file @
236ca55
...
...
@@ -8,6 +8,11 @@
<el-input v-model="selectionData.goodsStation" placeholder="请输入货站名称" maxlength="50" clearable />
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="航班">
<el-input v-model="selectionData.fltNo" placeholder="请输入货站名称" maxlength="20" clearable />
</el-form-item>
</el-col>
</el-row>
</el-form>
<div style="display:flex;padding:10px 20px">
...
...
Please
register
or
login
to post a comment