08 2021 档案

摘要:const { href } = this.$router.resolve({ path: '/switch/test/preview', query: { paperId: RowData.id, id: this.courseId } }); window.open(href, '_blank' 阅读全文
posted @ 2021-08-28 15:54 秦士振 阅读(49) 评论(0) 推荐(0)
摘要:仅做笔记。 html <el-input v-model.number="ruleForm_lottery.lotteryNumber" onKeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)))" @blur="blur 阅读全文
posted @ 2021-08-26 10:04 秦士振 阅读(197) 评论(0) 推荐(0)
摘要:@change="checked=>方法名(checked,你想传的额外参数...)" 实例: <el-checkbox v-model="item" @change="checked=>checkRow(checked, item)"></el-checkbox> checkRow(checked 阅读全文
posted @ 2021-08-17 13:50 秦士振 阅读(1210) 评论(0) 推荐(0)
摘要:[https://any86.github.io/any-rule/](一个niubility的链接) 手机号 /^1((3[\d])|(4[5,6,9])|(5[0-3,5-9])|(6[5-7])|(7[0-8])|(8[1-3,5-8])|(9[1,8,9]))\d{8}$/ 大写字母 /^[ 阅读全文
posted @ 2021-08-13 09:09 秦士振 阅读(64) 评论(0) 推荐(0)