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:15:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bfaa4d44bca103a1ece66a93612679937ec1cee6
bfaa4d44
1 parent
e486630c
对其方式修正
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
src/views/basicInformation/goodsStation/index.vue
src/views/basicInformation/goodsStationFlight/dialog.vue
src/views/basicInformation/goodsStation/index.vue
View file @
bfaa4d4
<template>
<div>
<el-form class="form-header" ref="selectForm" label-width="auto" label-position="
lef
t"
<el-form class="form-header" ref="selectForm" label-width="auto" label-position="
righ
t"
style="margin-bottom:10px" @submit.native.prevent size="small">
<el-row>
<el-col :span="6">
...
...
src/views/basicInformation/goodsStationFlight/dialog.vue
View file @
bfaa4d4
...
...
@@ -3,13 +3,14 @@
<el-dialog title="新 增" :visible.sync="open" width="25%" :close-on-click-modal="false" :show-close="false"
append-to-body center>
<el-form class="form-header" :model="formData" size="small" ref="addForm" label-width="auto"
label-position="
lef
t" style="margin-bottom:10px" :rules="rules" @submit.native.prevent>
label-position="
righ
t" style="margin-bottom:10px" :rules="rules" @submit.native.prevent>
<el-form-item label="货站名称" prop="goodsStation">
<el-input type="text" v-model="formData.goodsStation" maxlength="25" placeholder="请输入货站名称">
</el-input>
</el-form-item>
<el-form-item label="航班" prop="flightList">
<el-input type="textarea" v-model="flightList" rows="4" maxlength="125" placeholder="请输入航班,多个用“;”隔开">
<el-input type="textarea" v-model="flightList" rows="4" maxlength="125"
placeholder="请输入航班,多个用“;”隔开">
</el-input>
</el-form-item>
</el-form>
...
...
Please
register
or
login
to post a comment