Commit 66732690 authored by 邓春圆's avatar 邓春圆

去掉最大值 判断

parent 91267635
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<el-row type="flex" align="align" :gutter="10" > <el-row type="flex" align="align" :gutter="10" >
<el-col :span="6">{{$t('空运订单重量上限')}}(kg)</el-col> <el-col :span="6">{{$t('空运订单重量上限')}}(kg)</el-col>
<el-col :span="6" > <el-col :span="6" >
<el-input-number v-model="value1.airWeightLimit" controls-position="right" :max="screenCom"></el-input-number> <el-input-number v-model="value1.airWeightLimit" controls-position="right" ></el-input-number>
<!-- <el-input type="number" :max="2000" v-model="value1.airWeightLimit"></el-input>--> <!-- <el-input type="number" :max="2000" v-model="value1.airWeightLimit"></el-input>-->
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment