摘要:
this.$nextTick(() => { let h = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; this.tableHeight = h - 288; 阅读全文
摘要:
// 最大长度5,只能输入正整数 if (val.length > 1 && val[0] == 0) { // val = val.replace("/0", "/"); //这个是处理数字的,这里不适应 val = val.substr(1); } if (val.length > 5) { v 阅读全文