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-03-03 16:29:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4f56da443a3812dc1fd02c5fab6d65cd93998ff9
4f56da44
1 parent
c3c236b0
航班号长度限制
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/allocationConfig/flightRandConfig/index.vue
src/views/allocationConfig/flightRandConfig/index.vue
View file @
4f56da4
...
...
@@ -72,7 +72,7 @@
<el-table-column type="index" label="序号" align="center">
<template slot-scope="scope">{{ scope.$index + 1 }}</template>
</el-table-column>
<el-table-column label="原航班" align="center" prop="sourceFlightNo"
/>
<el-table-column label="原航班" align="center" prop="sourceFlightNo"/>
<el-table-column label="实际配载航班" align="center" prop="actualFlight" width="280" />
<el-table-column label="航班日期" align="center" prop="flightDate" />
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200">
...
...
@@ -94,7 +94,7 @@
<el-row>
<el-col :span="10">
<el-form-item label="原航班" prop="sourceFlightNo">
<el-input v-model="form.sourceFlightNo" placeholder="请输入原航班号" />
<el-input v-model="form.sourceFlightNo" placeholder="请输入原航班号"
maxlength="10"
/>
</el-form-item>
</el-col>
</el-row>
...
...
Please
register
or
login
to post a comment