上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: 东西有点多,耐心看完。按照操作一步一步来,绝对能成功 首先:npm 引入 npm install vod-js-sdk-v6 mian.js 全局引入 //腾讯云点播 import TcVod from 'vod-js-sdk-v6' Vue.prototype.$TcVod = TcVod 其次: 阅读全文
posted @ 2021-07-23 12:00 薛定谔_猫 阅读(1279) 评论(0) 推荐(0)
摘要: npm 安装: npm install driver.js //用户引导 import Driver from 'driver.js' import 'driver.js/dist/driver.min.css' Vue.prototype.$driver = new Driver({ allowC 阅读全文
posted @ 2021-07-22 10:33 薛定谔_猫 阅读(326) 评论(0) 推荐(0)
摘要: table 更改属性设置: <el-table ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%" @select="select" @row-click="rowClick" @select 阅读全文
posted @ 2021-07-20 18:03 薛定谔_猫 阅读(1778) 评论(0) 推荐(0)
摘要: // 打印初审收费清单 getOrderCostBille(){ var head_str = "<html><head><title></title></head><body>"; //先生成头部 var foot_str = "</body></html>"; //生成尾部 var older  阅读全文
posted @ 2021-07-13 10:57 薛定谔_猫 阅读(240) 评论(0) 推荐(0)
摘要: background: url("../../../assets/image/center.png") no-repeat; // 让图片不平铺 overflow: hidden; // 超出部分隐藏 background-size: cover; // 让图片最大化 阅读全文
posted @ 2021-06-23 08:54 薛定谔_猫 阅读(529) 评论(0) 推荐(0)
摘要: const phoneOrEmails = /^1[3|4|5|6|7|8|9][0-9]\d{8}$/ if(this.ruleForms.phoneOrEmail == '' ||this.ruleForms.phoneOrEmail == undefined ){ this.$message. 阅读全文
posted @ 2021-06-21 11:36 薛定谔_猫 阅读(399) 评论(0) 推荐(0)
摘要: template {{ phone | mobileFilter }} data export default { filters:{ mobileFilter(val){ let reg = /^(.{3}).*(.{4})$/ return val.replace(reg,'$1****$2') 阅读全文
posted @ 2021-06-21 10:50 薛定谔_猫 阅读(761) 评论(0) 推荐(0)
摘要: 大概流程: 先安装 微信 的登录, 然后 局部引入,局部注册,方法调用,存 token,跳转路由 npm 安装 npm install vue-wxlogin --save-dev 微信安装 微信登录,后面需要用到要扫码登录的页面 import wxlogin from 'vue-wxlogin'; 阅读全文
posted @ 2021-06-18 14:37 薛定谔_猫 阅读(2276) 评论(0) 推荐(0)
摘要: 构建一个 div , class 随便命名 css 部分 class 名字 { position: relative; // 相对定位是重点 } class名字:before,class名字:after{ position: absolute; content: " "; top: 10px; le 阅读全文
posted @ 2021-06-17 10:09 薛定谔_猫 阅读(295) 评论(0) 推荐(0)
摘要: <el-date-picker value-format="yyyy-MM-dd HH:mm:ss" v-model="ruleForm.planTimeStart" type="datetime" placeholder="选择日期" :picker-options="{ disabledDate 阅读全文
posted @ 2021-05-27 11:45 薛定谔_猫 阅读(1374) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页