乐趣区

关于前端:element-计数器使用

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

min=”” 不能输出 0

退出移动版