随笔分类 -  vue

验证修改金额必须为数字
摘要:blurFnNum: function (row) { // 验证修改金额必须为数字 let reg = /^\d+(\.\d+)?$/ if (row.assetsTrusteeshipIncome !== '' && row.assetsTrusteeshipIncome != null && !reg.test(row.assetsTrusteeshipIncome)) { this.war 阅读全文

posted @ 2019-08-19 13:55 小白菜好吃 阅读(271) 评论(0) 推荐(0)

导航