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:38:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
230b22f0caf9305a54c1b57f5087d19b33eaeaf6
230b22f0
1 parent
9a9a7ff0
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/allocationConfig/preReview/index.vue
src/views/allocationConfig/preReview/index.vue
View file @
230b22f
...
...
@@ -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="
fl
tNo">
<el-input type="textarea" v-model="
fl
tNo" :rows="7" maxlength="255" show-word-limit placeholder="请输入航班号,用;分隔">
<el-form-item label="航班号" prop="
addFli
tNo">
<el-input type="textarea" v-model="
newPre.addFli
tNo" :rows="7" maxlength="255" show-word-limit placeholder="请输入航班号,用;分隔">
</el-input>
</el-form-item>
</el-form>
...
...
@@ -89,7 +89,7 @@ export default {
addFlitNo: '',
},//新增航班
rules: {
fl
tNo: [
addFli
tNo: [
{
required: true,
message: "航班号不能为空",
...
...
Please
register
or
login
to post a comment