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-09-12 16:28:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a9a7ff01b5a4696fe6f18588e92e628759c0a7a
9a9a7ff0
1 parent
e6aa5cb5
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/allocationConfig/preReview/index.vue
src/views/allocationConfig/preReview/index.vue
View file @
9a9a7ff
...
...
@@ -44,8 +44,8 @@
:show-close="false" :append-to-body="true" @close="close">
<el-form ref="addForm" :model="newPre" label-width="auto" label-position="left" size="small" :rules="rules"
@submit.native.prevent>
<el-form-item label="航班号" prop="
addFli
tNo">
<el-input type="textarea" v-model="fltNo" :rows="7" maxlength="255" show-word-limit placeholder="请输入航班号">
<el-form-item label="航班号" prop="
fl
tNo">
<el-input type="textarea" v-model="fltNo" :rows="7" maxlength="255" show-word-limit placeholder="请输入航班号
,用;分隔
">
</el-input>
</el-form-item>
</el-form>
...
...
Please
register
or
login
to post a comment