Commit 3a65d6fe by zhouqian

letopn输入框格式校验

parent 8c539e36
...@@ -452,6 +452,9 @@ export default { ...@@ -452,6 +452,9 @@ export default {
}, },
"model.ledgrp.rec.tenmaxday":function(val){ "model.ledgrp.rec.tenmaxday":function(val){
this.model.ledgrp.rec.tenmaxday = val.replace(/\D/g, ''); this.model.ledgrp.rec.tenmaxday = val.replace(/\D/g, '');
},
"model.ledgrp.rec.prepers18":function(val){
this.model.ledgrp.rec.prepers18 = val.replace(/\D/g, '');
} }
}, },
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment