美文网首页
element-ui表单验证跳坑

element-ui表单验证跳坑

作者: HonneyHao | 来源:发表于2019-03-16 11:51 被阅读0次

1.看文档,看文档。。。。。

2.关于自定义表单验证拿到的值是undefined的问题:

                <el-form-item prop="commonVipAssign">
                  <el-input placeholder="0" v-model.number="ServiceItem.commonVipAssign">
                    <template slot="append">%</template>
                  </el-input>
                </el-form-item>

3. 2019-03-16_114841.png

相关文章

网友评论

      本文标题:element-ui表单验证跳坑

      本文链接:https://www.haomeiwen.com/subject/wswjmqtx.html