股墓山庄

专注于AS3,JavaScript 每天一点进步,坚持...
  博客园  :: 首页  :: 新随笔  :: 联系 :: 管理
上一页 1 2 3 4 5 6 7 ··· 24 下一页

2019年10月20日

摘要: const loading = this.$loading({ lock: true, text: 'Loading', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.7)', target: document.querySelec 阅读全文

posted @ 2019-10-20 15:05 股墓山庄庄主 阅读(3283) 评论(0) 推荐(0) 编辑

2019年10月17日

摘要: this.$set(this.problemList[index], 'sub', []) 因为原始数组是有set,get而追加的没有,所以需要用这种方式 // 添加 this.$set(this.obj, 'propName', val) // 删除 this.$delete(this.obj, 阅读全文

posted @ 2019-10-17 14:44 股墓山庄庄主 阅读(139) 评论(0) 推荐(0) 编辑

2019年10月12日

摘要: <div v-for="(item,index) in dataFields.list :key="index"> <el-form-item label="name" :prop="`list[${index}].name`" :rules="{ required: true, message: 阅读全文

posted @ 2019-10-12 18:37 股墓山庄庄主 阅读(1166) 评论(0) 推荐(0) 编辑

2019年10月10日

摘要: 今天需要这个需求,原来真的有 style="pointer-events: none;" 阅读全文

posted @ 2019-10-10 10:13 股墓山庄庄主 阅读(124) 评论(0) 推荐(0) 编辑

2019年10月9日

摘要: 1.关于vue的打印实现其实很简单 <el-button type="primary" v-print="'#printSheet'">打印许可证</el-button> <div id="printSheet"> <el-button type="primary" v-print="'#print 阅读全文

posted @ 2019-10-09 16:31 股墓山庄庄主 阅读(205) 评论(0) 推荐(0) 编辑

2019年9月29日

摘要: 一直以来都不知道如何传自定义的值,一直只会默认的,今天终于找到方法了。 比如这个上传图片的控件,想带当前的index过去,就这样写。其它的类似 :http-request="(file,fileList)=>{ taskAccessoryUpload(file,fileList, index)}" 阅读全文

posted @ 2019-09-29 18:32 股墓山庄庄主 阅读(304) 评论(0) 推荐(0) 编辑

2019年7月25日

摘要: 下面开始使用教程: html文档结构: 上面的object 在其他浏览器中有效,下面的object在ie下面有效; 可以使用js判断浏览器类型来动态插入object对象: 简单的控制: 下面是判断插件的安装状态: 以上分别是两种插件的安装情况; 最后献上vlc最全的api: Embed tag at 阅读全文

posted @ 2019-07-25 20:09 股墓山庄庄主 阅读(1612) 评论(0) 推荐(0) 编辑

摘要: 最近做vlc+rtsp 入的坑真多,记录下vlc的插件 VLC调研 VLC控件支持的参数和方法 VLC对象列表 Vlc Plugin Object的方法 l VersionInfo:成员, 返回版本信息的字符串 l vlc.versionInfo():方法, 返回版本信息的字符串 Audio obj 阅读全文

posted @ 2019-07-25 12:33 股墓山庄庄主 阅读(769) 评论(0) 推荐(0) 编辑

2018年12月31日

摘要: 12345656546 | parseTime('{y}-{m}-{d} {h}:{i}') 阅读全文

posted @ 2018-12-31 19:34 股墓山庄庄主 阅读(1414) 评论(0) 推荐(0) 编辑

2018年12月21日

摘要: tableRowClassName ({row, rowIndex}) { //把每一行的索引放进row row.index = rowIndex; }, onRowClick (row, event, column) { //行点击消除new标记 var index = row.index; va 阅读全文

posted @ 2018-12-21 19:57 股墓山庄庄主 阅读(4019) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 24 下一页