上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: 视图层:<el-image v-if="scope.row.panduan == 1" style="width: 200px; object-fit: contain" :src="scope.row.bidImages" :preview-src-list="[scope.row.bidImag 阅读全文
posted @ 2021-06-22 13:34 诡道也 阅读(789) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_36410795/article/details/107109514第一步:npm install --save video.js npm install --save videojs-contrib-hls第二部:import 'video.js/ 阅读全文
posted @ 2021-06-22 13:30 诡道也 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 生成二维码 阅读全文
posted @ 2021-06-16 18:08 诡道也 阅读(22) 评论(0) 推荐(0) 编辑
摘要: getTableList() { this.$axios .get( `/apis/hmcsSecurity/v2/department/getTree?areaLayer=${this.areaLayer}&appId=1` ) .then((res) => { if (res.data.succ 阅读全文
posted @ 2021-06-16 17:43 诡道也 阅读(67) 评论(0) 推荐(0) 编辑
摘要: <el-tree :data="dataList" show-checkbox :default-expand-all="false" node-key="name" ref="tree" highlight-current :props="defaultProps" > </el-tree> ge 阅读全文
posted @ 2021-06-16 17:36 诡道也 阅读(246) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_46686024/article/details/108324507 阅读全文
posted @ 2021-05-26 21:40 诡道也 阅读(25) 评论(0) 推荐(0) 编辑
摘要: :cell-style="{ 'text-align': 'center' }" :header-cell-style="{ 'text-align': 'center' }" 阅读全文
posted @ 2021-05-08 10:19 诡道也 阅读(1319) 评论(0) 推荐(0) 编辑
摘要: value == 0 ? ' ' : value == 1 ? '是' : '否' 阅读全文
posted @ 2021-05-07 16:17 诡道也 阅读(110) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/cfb9d5998cd6 兼容 PC 和 Mobile; 画布自适应屏幕大小变化(窗口缩放、屏幕旋转时画布无需重置,自动校正坐标偏移); 自定义画布尺寸(导出图尺寸),画笔粗细、颜色,画布背景色; 支持裁剪 (针对需求:有的签字需要裁剪掉四周空白) 阅读全文
posted @ 2021-05-07 13:33 诡道也 阅读(377) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="app" @mousemove="moveEvent" @click="moveEvent"> <router-view /> </div> </template> <script> export default { name: "App", data() { 阅读全文
posted @ 2021-05-06 13:36 诡道也 阅读(239) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页