简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
使用vue中的导航守卫beforeRouteEnter与beforeRouteLeavebeforeRouteEnter(to, from, next) {next(vm => {// 回到原来的位置const position = JSON.parse(window.sessionStorage.getItem('position'))document.querySelector('.li
1、echarts.js将饼图封装成一个组件<template><!-- 每一个图表都有自己唯一的id,所有需要动态传入。 --><div:id="id":style="style"/></template><script>import echarts from 'echarts'// 引入 e...
1、multiQuery.vue引用了queryButton 组件<template><div ><div sclass="button-row"><queryButton @insertEvent="insertEvent" @doSubmit="doSubmit" @reset="reset" @save="openF...
tree-select使用安装基本使用在vxe-table中使用官方文档安装npm install --save @riophae/vue-treeselect基本使用在vue中的使用:<!-- Vue SFC --><template><div><treeselect:multiple="true":options="options"placeholde
v-charts柱状图使用效果图按需引入柱状图使用柱状图效果图按需引入柱状图import Vue from 'vue'// 柱状图import VeHistogram from 'v-charts/lib/histogram.common'Vue.component(VeHistogram.name, VeHistogram)使用柱状图<template><div class="
1、在vue表格中使用<template slot-scope="scope"><template v-if="column.prop==='status'"><el-tag :type="formatTagType(scope.row.status)">{{ statusArr.labelByValue[...
1、vxe-table使用editActivedEvent:编辑表格禁用状态getCode:表格点击方法//引入编码组件import codeForm from '@/components/viewComponents/codeForm'<!-- 编码弹出框组件 --><codeForm ref="cform" :codes-no="codesNo" :...
pl-table是基于element ui的一个大数据表格插件,在el-tabled的功能上增加了一些功能。由于做vue前端项目页面性能优化时,需要优化表格数据太多页面卡顿的问题,发现了这个好用的插件,下面附上表格地址链接:pl-tablepl-table导出数据插件还没有进行深入开发使用pl-table,等后续更新具体用法再附上代码。……...
1、openBluetoothAdapter首先要初始化蓝牙模块openBluetoothAdapter,即查看蓝牙是否可用,若初始化失败,则是蓝牙未打开,提示用户打开蓝牙。若已经打开蓝牙,则准备进行蓝牙搜索。2、搜索蓝牙startBluetoothDevicesDiscovery 和关闭蓝牙stopBluetoothDevicesDiscovery搜索蓝牙startBluetoothDevice