摘要: const pricingFormulaDescriptionItem = data[0].find((item) => { return item.attribute 'pricingFormulaDescription' }) pricingFormulaDescriptionItem && t 阅读全文
posted @ 2024-11-12 17:39 泽泽生龙 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 看 表格切换可编辑的功能 手续费 和预估费用 src\views\business\setup\profitLossAccounting\index.vuesrc\views\business\setup\profitLossAccounting\commissionConfigure\index. 阅读全文
posted @ 2024-10-15 13:42 泽泽生龙 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <script> import baseIndex from '../index' import { units, currencies, allBusinesssegments } from '@/components/business/viewbase' import { getDictMap 阅读全文
posted @ 2024-10-15 11:28 泽泽生龙 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1:多属性去重 const iteratee = (item) => { return item.productName + '|' + item.varietyName } const sumMethodListUniqBy = uniqBy(sumcompList.all(), iteratee 阅读全文
posted @ 2024-10-09 17:02 泽泽生龙 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 截图工具超好用 阅读全文
posted @ 2024-08-29 17:09 泽泽生龙 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 设置全局的 // 解决有合计行时,横向滚动条在左侧、右侧固定列中无法选中问题 .el-table__fixed,.el-table__fixed-right{ pointer-events: none; >*{ pointer-events: all; } } 阅读全文
posted @ 2024-08-23 08:59 泽泽生龙 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 任意网页内容可编辑用方法:打开控制台,按回车:document.body.contentEditable='true' 浏览器直接运行HTML代码(中文会乱码) 使用方法:在浏览器地址栏上添加这句话:data:text/html,<h1>abc</h1> 阅读全文
posted @ 2024-08-16 15:44 泽泽生龙 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/jiciqiang/article/details/140159085?spm=1001.2100.3001.7377&utm_medium=distribute.pc_feed_blog_category.none-task-blog-classify_ 阅读全文
posted @ 2024-08-16 15:29 泽泽生龙 阅读(31) 评论(0) 推荐(0) 编辑