摘要:
#1、示例数据 [ { "importProductNo":null, "periodTemplateId":null, "importButaoId":"4a60be081644438e89ebf8e3e426e3ba", "importButaoPid":"e723aed3e58d49e088e 阅读全文
摘要:
#1、创建 <!-- * @Descripttion: 无缝滚动 * @version: 0.0.1 * @Author: PengShuai * @Date: 2021-03-22 09:10:16 * @LastEditors: PengShuai * @LastEditTime: 2022-0 阅读全文
摘要:
#1、方法示例 // 主表导出 onMainExport(row) { const params = { id: '参数', } this.$library.api .Post({ url: 'API地址', params, responseType: 'blob', // 导出类型 }) .the 阅读全文
摘要:
#1、公共方法 onCopy(data) { var input = document.createElement('input') input.value = data input.id = 'copyInput' document.body.appendChild(input) input.se 阅读全文
摘要:
#1、Webview说明 Webview可以内嵌在移动端,实现前端的混合式开发,大多数混合式开发框架都是基于WebView模式进行二次开发的。 #2、前端代码 VUE 1)、安装依赖 npm i weixin-js-sdk -s 2)、全局注入 import wx from 'weixin-js-s 阅读全文
摘要:
#1、创建空文件夹 01_Server // 创建 package.json npm init #2、安装 node express 框架 npm i express #3、创建 app.js #4、创建路由 /* * @Description: node * @Author: PengShuai 阅读全文
摘要:
#1、创建 <!-- * @Description: 菜单DEMO * @Author: PengShuai * @Date: 2022-02-17 09:16:19 * @LastEditors: PengShuai * @LastEditTime: 2022-02-17 10:27:49 --> 阅读全文
摘要:
#1、安装依赖 cnpm i dhtmlx-gantt -s 或 npm i dhtmlx-gantt -s #2、创建demo.vue <!-- * @Description: gantt * @Author: PengShuai * @Date: 2022-02-14 10:31:40 * @L 阅读全文
摘要:
#1、布局 <div class="wrapper"> <!-- 按钮组 --> <div class="btn-box"> <div class="btn"><el-button @click="onAdd">新增</el-button></div> <div class="btn"><el-bu 阅读全文