02 2022 档案
创建Node服务
摘要:#1、创建空文件夹 01_Server // 创建 package.json npm init #2、安装 node express 框架 npm i express #3、创建 app.js #4、创建路由 /* * @Description: node * @Author: PengShuai
阅读全文
vue 点击选中效果
摘要:#1、创建 <!-- * @Description: 菜单DEMO * @Author: PengShuai * @Date: 2022-02-17 09:16:19 * @LastEditors: PengShuai * @LastEditTime: 2022-02-17 10:27:49 -->
阅读全文
vue dhtmlx-gantt(甘特图-拖拽)
摘要:#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
阅读全文
vue element-ui 表格前端操作
摘要:#1、布局 <div class="wrapper"> <!-- 按钮组 --> <div class="btn-box"> <div class="btn"><el-button @click="onAdd">新增</el-button></div> <div class="btn"><el-bu
阅读全文