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

44次阅读

共计 150 个字符,预计需要花费 1 分钟才能阅读完成。

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

min=”” 不能输出 0

正文完
 0