07 2020 档案

摘要:let xxx = /\d{4}-\d{1,2}-\d{1,2}/g.exec( 输入需要去除时分秒的值 ) 在 input 中 填写 onkeyup="this.value=this.value.replace(/\D/g,'')" xxx <input onkeyup="this.value=t 阅读全文
posted @ 2020-07-15 17:56 虹猫淘气 阅读(465) 评论(0) 推荐(0)
摘要:1.vue 打包时 遇到building for production...Error processing file: static/css/app.d305156bcc9136a8ce94ca5c07313534.css 错误 然后报错你还找不到具体位置 ,根据查阅资料 说是 css中 注释 ( 阅读全文
posted @ 2020-07-06 02:41 虹猫淘气 阅读(2710) 评论(0) 推荐(0)
摘要:1、对上传文件做限制 accept=".doc,.docx,.zip,.rar,.xls,.xlsx,.jpg,.png" //支持格式 2、对上传文件数量做限制 :limit="1" 3、upload 自定义上传函数 :http-request=" xxx " 4、详细看下图 5、在自定义方法内拿 阅读全文
posted @ 2020-07-06 02:26 虹猫淘气 阅读(1389) 评论(0) 推荐(0)
摘要:1.点击搜索按钮 发送请求改变表格数据 2.在computed或watch中监听表格的变化 3.给表格需要实现高亮的格子绑定事件 对关键字进行加工 4、实现效果图 阅读全文
posted @ 2020-07-06 02:11 虹猫淘气 阅读(709) 评论(0) 推荐(0)