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-13 18:38:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
86d2cbcb92ee63ba70320ec4d9a4971ae0fdfc2a
86d2cbcb
1 parent
088e8d33
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
86d2cbc
...
...
@@ -188,7 +188,7 @@
<el-row>
<el-col :span="12">
<el-form-item label="额外增重百分比" prop="extraWeightPercent">
<el-input-number class="wid80" @change="LowHighAvailable" :precision="0" placeholder="请输入额外增重百分比"
<el-input-number class="wid80" @change="LowHighAvailable" :
min="0" :
precision="0" placeholder="请输入额外增重百分比"
v-model="form.extraWeightPercent" v-input-filter></el-input-number>
</el-form-item>
</el-col>
...
...
Please
register
or
login
to post a comment