<el-input-number 
        v-model="min_price"
        :controls='false'  // 不显示控制操作按钮
        :precision="3"  //精度
        :max="maxPrice"
        min=""
        style="width:90px"
        ></el-input-number>

min="" 不能输入0


CUI_PING
42 声望3 粉丝