上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 1. 在使用element plus表格操作按钮,使用v-if,作用元素, 出现如下报错:ElementPlusError: [ElOnlyChild] no valid child node found 代码如下: <el-table-column label="操作" align="center 阅读全文
posted @ 2024-07-30 15:05 行走的蒲公英 阅读(1183) 评论(0) 推荐(0) 编辑
摘要: 1. 实现效果: 文件列表点击pdf文档可预览,含多页,带下载按钮 2. 用的vue3 + vue-pdf-embed 版本号可用1.x或2.x : 这里我用的1.2.1版本: "vue-pdf-embed": "1.2.1" // 安装: npm i vue-pdf-embed@1.2.1 vue 阅读全文
posted @ 2024-07-30 10:08 行走的蒲公英 阅读(993) 评论(0) 推荐(0) 编辑
摘要: 1.实现效果: elementplus 图片预览组件,自定义增加一个下载按钮,以及下载功能,如图 2. 使用的vue3 和 element plus版本 "element-plus": "2.7.6", 3. 具体代码: (1)使用#viewer插槽: <el-image :title="点击预览" 阅读全文
posted @ 2024-07-29 17:31 行走的蒲公英 阅读(700) 评论(0) 推荐(0) 编辑
摘要: 方法1 /** * 格式化金额 - 数字千分化,保留两位小数 * @param {number | string} num - 输入的数字或字符串 * @returns {string} - 格式化后的金额字符串,空值时返回 '0.00' */ export function numToMoney( 阅读全文
posted @ 2024-07-26 11:46 行走的蒲公英 阅读(198) 评论(0) 推荐(0) 编辑
摘要: // 去掉 type="number" 后方箭头 :deep(input::-webkit-outer-spin-button) { -webkit-appearance: none !important; } :deep(input::-webkit-inner-spin-button) { -w 阅读全文
posted @ 2024-07-19 10:29 行走的蒲公英 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 已解决 、请检查页码pageNum和pageSize数值类型,必须是number才能正确显示,因为路由携带转换成了string导致显示bug。 阅读全文
posted @ 2024-07-11 16:07 行走的蒲公英 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 1. 效果如下: 弹框头部定制背景色;关闭按钮和标题对齐;鼠标悬浮关闭按钮颜色变浅。 2. 用到element-plus版本: "element-plus": "2.7.6", 3.具体思路: 整个弹框的背景色改成蓝色,padding:0; header、body、footer背景色改成白色,字体黑 阅读全文
posted @ 2024-07-08 11:01 行走的蒲公英 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 记录下,使用若依v3.8.7版本,后续要升级到v3.8.8版本,本地仓库合并若依仓库的新版本的提交记录: 1. 添加远程仓库 git remote add other-repo <另一个仓库的URL> 2.拉取最新 git fetch other-repo 3.合并对应的分支 git merge o 阅读全文
posted @ 2024-07-02 09:59 行走的蒲公英 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1. 获取整个表单: $("#inputForm").serializeArray() 2. 获取单个例如input: $("#input").val() 阅读全文
posted @ 2024-07-01 14:28 行走的蒲公英 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 1. 火狐:https://www.colorzilla.com/zh-cn/firefox/ 2.谷歌:https://www.colorzilla.com/zh-cn/chrome/ 阅读全文
posted @ 2024-06-20 10:30 行走的蒲公英 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页