Loading

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: 参考文档 https://blog.csdn.net/Mr_Yixiansen/article/details/124417547 https://blog.csdn.net/weixin_43804496/article/details/123994146 阅读全文
posted @ 2023-04-10 08:04 ^Mao^ 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 参考文档 https://zhuanlan.zhihu.com/p/426838654 效果 代码 <template> <div class="test"> <button @click="download">点击下载excel</button> </div> </template> <scrip 阅读全文
posted @ 2023-04-07 08:06 ^Mao^ 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 参考文档 https://blog.csdn.net/qq_41374651/article/details/115663014 https://blog.csdn.net/qiuliaiali123/article/details/104392662 https://www.jianshu.com 阅读全文
posted @ 2023-04-06 23:27 ^Mao^ 阅读(742) 评论(0) 推荐(0) 编辑
摘要: form.vue <template> <div class="form"> <hr /> <h1>form{{ formData }}</h1> <el-form ref="formRef" :model="formData" :label-width="labelWidth" :inline=" 阅读全文
posted @ 2023-03-06 23:37 ^Mao^ 阅读(163) 评论(1) 推荐(0) 编辑
摘要: 步骤 创建 language文件夹 在src同级的目录下新建language文件夹,新增三个文件,代码如下 index.js import Vue from 'vue' import VueI18n from 'vue-i18n' Vue.use(VueI18n) // 引入各个语言配置文件 imp 阅读全文
posted @ 2023-02-02 23:45 ^Mao^ 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 推荐 json格式化 JSON-handle JSON Viewer vue调试 vue devtools 翻译 沉浸式翻译 阅读全文
posted @ 2023-02-02 22:02 ^Mao^ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 背景 element-ui上的折叠组件(collapse)有的时候我们需要为组件进行不同的布局来达到我们项目的需要,比如我想要在折叠面板标题的右侧添加一个“审核”的按钮,当这个折叠面板处于展开时如果进行点击动作则不进行收缩+完成对应的事件处理;当这个折叠面板处于折叠时如果进行点击动作则不进行展开+完 阅读全文
posted @ 2023-01-09 23:31 ^Mao^ 阅读(2654) 评论(0) 推荐(0) 编辑
摘要: 需求 表头的标题内容过长时在一行内显示,不换行。 实现 // table.config.js const tableConfig = { // 设置列 columns: [ { prop: 'date', label: '日期as', width: '180', // 设置固定列 fixed: tr 阅读全文
posted @ 2022-12-15 22:42 ^Mao^ 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 字体图标 font awesome:https://fontawesome.com/ iconfont:https://www.iconfont.cn/ 缺点:要登录 iconMoon:https://icomoon.io/ 数据可视化 DataV:http://datav.jiaminghi.co 阅读全文
posted @ 2022-12-14 23:02 ^Mao^ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content 阅读全文
posted @ 2022-12-13 08:17 ^Mao^ 阅读(25) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页